diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-10-09 15:41:30 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-10-09 15:41:30 -0700 |
commit | b8493de0ec56473c5e6e7738cdaf033c49221826 (patch) | |
tree | d9f057764bee693f20572be5fda3836bff592750 /ports/sysdeps/alpha | |
parent | 273edc5e138caef32a720410c9b2e27613991601 (diff) | |
download | glibc-b8493de0ec56473c5e6e7738cdaf033c49221826.tar.gz glibc-b8493de0ec56473c5e6e7738cdaf033c49221826.tar.xz glibc-b8493de0ec56473c5e6e7738cdaf033c49221826.zip |
Add missing magic to GLIBC_PROVIDES.
Diffstat (limited to 'ports/sysdeps/alpha')
-rw-r--r-- | ports/sysdeps/alpha/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/sysdeps/alpha/configure b/ports/sysdeps/alpha/configure index d906524bd8..9c03229df2 100644 --- a/ports/sysdeps/alpha/configure +++ b/ports/sysdeps/alpha/configure @@ -4,3 +4,4 @@ # With required gcc+binutils, we can always access static and hidden # symbols in a position independent way. $as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h + |