mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
gcc/arm: disable mudflap for thumb(1)
libmudflap doesn't build for a thumb(1) toolchain so disable it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
53f74fb522
commit
b9053e0685
@@ -194,6 +194,11 @@ ifeq ($(BR2_avr32),y)
|
||||
HOST_GCC_COMMON_CONF_OPT += --disable-libmudflap
|
||||
endif
|
||||
|
||||
# ARM Thumb and mudflap aren't friends
|
||||
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
|
||||
HOST_GCC_COMMON_CONF_OPT += --disable-libmudflap
|
||||
endif
|
||||
|
||||
# Disable mudflap and enable proper double/long double for SPE ABI
|
||||
ifeq ($(BR2_powerpc_SPE),y)
|
||||
HOST_GCC_COMMON_CONF_OPT += \
|
||||
|
||||
Reference in New Issue
Block a user