Bump Buildroot Version to buildroot 2019_02_6
This commit is contained in:
@@ -10,6 +10,14 @@ OPUS_LICENSE = BSD-3-Clause
|
||||
OPUS_LICENSE_FILES = COPYING
|
||||
OPUS_INSTALL_STAGING = YES
|
||||
|
||||
OPUS_CFLAGS = $(TARGET_CFLAGS)
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_GCC_BUG_85180),y)
|
||||
OPUS_CFLAGS += -O0
|
||||
endif
|
||||
|
||||
OPUS_CONF_ENV = CFLAGS="$(OPUS_CFLAGS)"
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPUS_FIXED_POINT),y)
|
||||
OPUS_CONF_OPTS += --enable-fixed-point
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user