Explorar o código

- add OPENMP configure handling (needed for e.g. gettext).

Bernhard Reutner-Fischer %!s(int64=18) %!d(string=hai) anos
pai
achega
c81807a9d7
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      toolchain/Makefile.in

+ 7 - 0
toolchain/Makefile.in

@@ -10,6 +10,13 @@ else
 MULTILIB:=--disable-multilib
 endif
 
+ifeq ($(BR2_ENABLE_OPENMP),y)
+OPENMP:=--enable-openmp
+else
+OPENMP:=--disable-openmp
+endif
+
+
 ifeq ($(BR2_TOOLCHAIN_SYSROOT),y)
 BR2_SYSROOT_PREFIX=# nothing, straight into /usr
 BR2_SYSROOT_STAGING_DESTDIR=DESTDIR=$(STAGING_DIR)/