summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/buildvars.mk')
-rw-r--r--jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/buildvars.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/buildvars.mk b/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/buildvars.mk
index ce0608c..b93243b 100644
--- a/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/buildvars.mk
+++ b/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/buildvars.mk
@@ -76,7 +76,7 @@ COMMON_USER_FLAGS += -fno-strict-aliasing
76# We always enable debugging. Either the release binaries are stripped 76# We always enable debugging. Either the release binaries are stripped
77# and the symbols put in the symbolpackage, or we're building debug. 77# and the symbols put in the symbolpackage, or we're building debug.
78# 78#
79COMMON_USER_FLAGS += -g 79COMMON_USER_FLAGS += -g $(ANDROID_FPGA_FORCE_32BIT)
80 80
81# User C and User C++ warning flags 81# User C and User C++ warning flags
82# 82#
@@ -167,6 +167,7 @@ TESTED_KBUILD_FLAGS := \
167 $(call kernel-cc-option,-Wno-pointer-arith) \ 167 $(call kernel-cc-option,-Wno-pointer-arith) \
168 $(call kernel-cc-option,-Wno-aggregate-return) \ 168 $(call kernel-cc-option,-Wno-aggregate-return) \
169 $(call kernel-cc-option,-Wno-unused-but-set-variable) \ 169 $(call kernel-cc-option,-Wno-unused-but-set-variable) \
170 $(call kernel-cc-option,-Wno-old-style-declaration) \
170 $(call kernel-cc-optional-warning,-Wbad-function-cast) \ 171 $(call kernel-cc-optional-warning,-Wbad-function-cast) \
171 $(call kernel-cc-optional-warning,-Wcast-qual) \ 172 $(call kernel-cc-optional-warning,-Wcast-qual) \
172 $(call kernel-cc-optional-warning,-Wcast-align) \ 173 $(call kernel-cc-optional-warning,-Wcast-align) \