mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
PI_STATIC_AND_HIDDEN means that references to static functions, data and symbols with hidden visibility do not need any run-time relocations after the final link, with the build flags used by glibc. OpenRISC follows this so enabled PI_STATIC_AND_HIDDEN by adding configure.ac and generating configure. Suggested-by: Florian Weimer <fweimer@redhat.com>
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
|
# Local configure fragment for sysdeps/or1k.
|
|
|
|
AC_DEFINE(PI_STATIC_AND_HIDDEN)
|