summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos_odonell@mentor.com>2012-05-07 16:04:41 -0400
committerCarlos O'Donell <carlos_odonell@mentor.com>2012-05-08 13:49:20 -0400
commit6a43ec980c5a0500149ef37d4854eac0e270da6f (patch)
tree723e4a1876fa1dd2470bac8a79fb72df6684e3a5 /config.h.in
parent05c2c9618f583ea4acd69b3fe5ae2a2922dd2ddc (diff)
ARM: Define HAVE_ARM_PCS_VFP in config.h.
If the compiler and flags would select the hard-float ABI then the ARM configure fragment will set HAVE_ARM_PCS_VFP. This is later used by the ARM shlib-versions to select the appropriately named dynamic linker.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 81704a1ff6..787873b4c0 100644
--- a/config.h.in
+++ b/config.h.in
@@ -218,4 +218,7 @@
#define HAVE_REGEX 1
+/* The ARM hard-float ABI is being used. */
+#undef HAVE_ARM_PCS_VFP
+
#endif