diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-04-24 10:51:49 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-04-24 10:51:49 -0700 |
commit | c25fec6f57a9f1901c8a11eb51c8318bb86d47b9 (patch) | |
tree | 2b2601433fd37fbf76c602dd2e50fd8e2523c9de /sysdeps/arm/configure | |
parent | 42261ad731991df345880b0b509d83b0b9a9b9d8 (diff) | |
download | glibc-c25fec6f57a9f1901c8a11eb51c8318bb86d47b9.zip glibc-c25fec6f57a9f1901c8a11eb51c8318bb86d47b9.tar.gz glibc-c25fec6f57a9f1901c8a11eb51c8318bb86d47b9.tar.bz2 |
ARM: Define PI_STATIC_AND_HIDDEN.
Diffstat (limited to 'sysdeps/arm/configure')
-rw-r--r-- | sysdeps/arm/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/arm/configure b/sysdeps/arm/configure index 45667cc..52f2185 100644 --- a/sysdeps/arm/configure +++ b/sysdeps/arm/configure @@ -1,7 +1,8 @@ # This file is generated from configure.ac by Autoconf. DO NOT EDIT! # Local configure fragment for sysdeps/arm. -#AC_DEFINE(PI_STATIC_AND_HIDDEN) +$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h + # We check to see if the compiler and flags are # selecting the hard-float ABI and if they are then |