mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
or1k: Define PI_STATIC_AND_HIDDEN
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>
This commit is contained in:
parent
355bc7f736
commit
3f35e7d193
5
sysdeps/or1k/configure
vendored
Normal file
5
sysdeps/or1k/configure
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# This file is generated from configure.ac by Autoconf. DO NOT EDIT!
|
||||
# Local configure fragment for sysdeps/or1k.
|
||||
|
||||
$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
|
||||
|
4
sysdeps/or1k/configure.ac
Normal file
4
sysdeps/or1k/configure.ac
Normal file
@ -0,0 +1,4 @@
|
||||
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
||||
# Local configure fragment for sysdeps/or1k.
|
||||
|
||||
AC_DEFINE(PI_STATIC_AND_HIDDEN)
|
Loading…
Reference in New Issue
Block a user