diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2012-07-05 10:45:24 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@gcc.gnu.org> | 2012-07-05 10:45:24 +0000 |
commit | 604fbe51d9742f5384c04e795dbdad44776c4110 (patch) | |
tree | 27ce166628c36ec9ef770f1deae515824d873fae /gcc/config.gcc | |
parent | 04a40cb9599281348f70d6758f77da7a4cd4caa5 (diff) | |
download | gcc-604fbe51d9742f5384c04e795dbdad44776c4110.zip gcc-604fbe51d9742f5384c04e795dbdad44776c4110.tar.gz gcc-604fbe51d9742f5384c04e795dbdad44776c4110.tar.bz2 |
config.gcc: Enable ifunc attribute by default on s390 and s390x.
2012-07-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config.gcc: Enable ifunc attribute by default on s390 and s390x.
From-SVN: r189287
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 40d513f..7768917 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2096,12 +2096,14 @@ rx-*-elf*) tmake_file="${tmake_file} rx/t-rx" ;; s390-*-linux*) + default_gnu_indirect_function=yes tm_file="s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h" if test x$enable_targets = xall; then tmake_file="${tmake_file} s390/t-linux64" fi ;; s390x-*-linux*) + default_gnu_indirect_function=yes tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h" tm_p_file=s390/s390-protos.h md_file=s390/s390.md |