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:
Ithamar R. Adema 2012-11-22 20:03:52 +01:00
parent ed0528aef0
commit 85c4a8cee1

View File

@ -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 \