mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 02:24:40 +01:00
ARM/gcc4: fixup ARM configuration to more closely match x86
Turned out that our ARM gcc4 build used short-enum's, which made our build fail (specifically, src/kits/tracker/ViewState.cpp:122). Thanks to Landon Fuller and Oliver Tappe for helping me figure the fix out!
This commit is contained in:
parent
ed0528aef0
commit
85c4a8cee1
@ -28,8 +28,12 @@
|
||||
#undef TARGET_DEFAULT_FLOAT_ABI
|
||||
#define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_SOFT
|
||||
|
||||
/* We default to the "aapcs-linux" ABI so that enums are int-sized by
|
||||
default. */
|
||||
#undef ARM_DEFAULT_ABI
|
||||
#define ARM_DEFAULT_ABI ARM_ABI_AAPCS_LINUX
|
||||
|
||||
/* bpabi.h sets FPUTYPE_DEFAULT to VFP */
|
||||
/* bpabi.h sets ARM_DEFAULT_ABI */
|
||||
|
||||
#undef MULTILIB_DEFAULTS
|
||||
#define MULTILIB_DEFAULTS \
|
||||
|
Loading…
x
Reference in New Issue
Block a user