From 6a43ec980c5a0500149ef37d4854eac0e270da6f Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Mon, 7 May 2012 16:04:41 -0400 Subject: [PATCH] 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. --- ChangeLog | 4 ++++ config.h.in | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index cd9002520f..7f16a841f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-05-08 Carlos O'Donell + + * config.h.in: Add HAVE_ARM_PCS_VFP. + 2012-05-08 Roland Mc Grath [BZ #13979] 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 -- 2.11.4.GIT