diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-03-27 17:08:44 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-03-27 17:08:44 +0000 |
commit | 539ded7693de29fdaec3378592c59906bcc9f825 (patch) | |
tree | dcfd837602d84eb0789b20a5748c3feccd1d2c54 /config | |
parent | 6e08defbf8aa4bce274e617d823ecd2320b776a1 (diff) | |
download | gcc-539ded7693de29fdaec3378592c59906bcc9f825.tar.gz |
Install back PR target/47230 fix (Revert the revert).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221739 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 8 | ||||
-rw-r--r-- | config/mh-alpha-linux | 3 |
2 files changed, 3 insertions, 8 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index eda008285e8..960cd5d3999 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -3,14 +3,6 @@ PR bootstrap/65537 * bootstrap-lto-noplugin.mk: New build configuration. -2015-02-25 Uros Bizjak <ubizjak@gmail.com> - - Revert: - 2014-07-26 Uros Bizjak <ubizjak@gmail.com> - - PR target/47230 - * mh-alpha-linux: New file. - 2015-02-18 Thomas Schwinge <thomas@codesourcery.com> * elf.m4 (ACX_ELF_TARGET_IFELSE): nvptx-*-none isn't ELF. diff --git a/config/mh-alpha-linux b/config/mh-alpha-linux new file mode 100644 index 00000000000..9a9244baaa3 --- /dev/null +++ b/config/mh-alpha-linux @@ -0,0 +1,3 @@ +# Prevent GPREL16 relocation truncation +LDFLAGS += -Wl,--no-relax +BOOT_LDFLAGS += -Wl,--no-relax |