diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-19 14:55:42 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-19 14:55:42 +0000 |
commit | b2e8a46e7efe8a63e9b9c93ca8e81baebb4af5cd (patch) | |
tree | cf5c7224efe9bcccb76478acaed7d423f3ca80be /gcc/config/rs6000/x-linux-relax | |
parent | f2c7d583e06bf1d32c8c488d973921a737b7c106 (diff) | |
download | gcc-b2e8a46e7efe8a63e9b9c93ca8e81baebb4af5cd.tar.gz |
PR bootstrap/37739
* config.host: For powerpc*-*-linux* host with 32-bit GCC,
use rs6000/x-linux-relax snippet if ld is new enough,
otherwise use rs6000/x-linux-O1.
* config/rs6000/x-linux-relax: New file.
* config/x-cflags-O1: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142833 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/x-linux-relax')
-rw-r--r-- | gcc/config/rs6000/x-linux-relax | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/rs6000/x-linux-relax b/gcc/config/rs6000/x-linux-relax new file mode 100644 index 00000000000..2743a94e43d --- /dev/null +++ b/gcc/config/rs6000/x-linux-relax @@ -0,0 +1,2 @@ +# At -O0 cc1 etc. are too large and -Wl,--relax is needed +$(COMPILERS) : override LDFLAGS += -Wl,--relax |