mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
- add OPENMP configure handling (needed for e.g. gettext).
This commit is contained in:
parent
8027784c35
commit
c81807a9d7
@ -10,6 +10,13 @@ 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)/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user