mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package/chicken: pass TARGET_CFLAGS to the build system
chicken build system expects non-standard environment variables with compiler names and compiler options. Pass buildroot TARGET_CFLAGS in chicken C_COMPILER_OPTIMIZATION_OPTIONS. Fixes: http://autobuild.buildroot.net/results/ce36170d67c4702f34bee025d8a46e5269c4573e/ Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
b62d671a1b
commit
d6142f28b7
@@ -16,6 +16,7 @@ CHICKEN_MAKE_OPTS = \
|
||||
ARCH=unused \
|
||||
C_COMPILER="$(TARGET_CC)" \
|
||||
CXX_COMPILER="$(TARGET_CXX)" \
|
||||
C_COMPILER_OPTIMIZATION_OPTIONS="$(TARGET_CFLAGS)" \
|
||||
PREFIX=/usr \
|
||||
PLATFORM=linux \
|
||||
LIBRARIAN="$(TARGET_AR)"
|
||||
|
||||
Reference in New Issue
Block a user