Get rid of useless OpenMP related code

It seems that there was an intention to add BR2_ENABLE_OPENMP someday,
but it was in June 2007 (commit
c81807a9d71fba9f35eeb7e3f3b56bda4b2e0edd) and since then, nothing
occured. Therefore, get rid of this code, and just pass
--disable-openmp to gettext to keep the current behaviour.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2010-04-10 23:46:54 +02:00 committed by Peter Korsgaard
parent 1d1b55a250
commit 423399ba56
2 changed files with 1 additions and 8 deletions

View File

@ -93,7 +93,7 @@ $(GETTEXT_DIR)/.configured: $(GETTEXT_DIR)/.unpacked
--disable-libasprintf \ --disable-libasprintf \
--enable-shared \ --enable-shared \
$(IGNORE_EXTERNAL_GETTEXT) \ $(IGNORE_EXTERNAL_GETTEXT) \
$(OPENMP) \ --disable-openmp \
) )
touch $@ touch $@

View File

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