mirror of git://sourceware.org/git/glibc.git
2003-03-12 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/powerpc64/elf/configure.in: Remove
AC_DEFINE(PI_STATIC_AND_HIDDEN). Not supported for PowerPC64.
* sysdeps/powerpc/powerpc64/elf/configure: Regenerated.
This commit is contained in:
parent
d0369fb8a9
commit
53fcc67915
|
|
@ -70,7 +70,3 @@ _ACEOF
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
|
||||||
#define PI_STATIC_AND_HIDDEN 1
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,3 @@ if test $libc_cv_powerpc64_tls = yes; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl It is always possible to access static and hidden symbols in an
|
|
||||||
dnl position independent way.
|
|
||||||
AC_DEFINE(PI_STATIC_AND_HIDDEN)
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue