diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-02-25 19:59:31 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-02-25 19:59:31 +0000 |
commit | 995c6643f6e931ec87086a8fec630f9c99480351 (patch) | |
tree | cdaaef2376a201c07e2b90635cbae41bdb99c2a8 /config | |
parent | 93d8e5f3f70f6802250bffe8431e5ba043ba72cf (diff) | |
download | gcc-995c6643f6e931ec87086a8fec630f9c99480351.tar.gz |
Revert:
2014-07-26 Uros Bizjak <ubizjak@gmail.com>
PR target/47230
* configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
* configure: Regenerate.
/config
Revert:
2014-07-26 Uros Bizjak <ubizjak@gmail.com>
PR target/47230
* mh-alpha-linux: New file.
/gcc
PR target/47230
* doc/install.texi (Specific, alpha*-*-*): Document that binutils 2.25
or newer are required.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220990 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, 8 insertions, 3 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index c9ed12136d1..a8a557ceecf 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,11 @@ +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 deleted file mode 100644 index 9a9244baaa3..00000000000 --- a/config/mh-alpha-linux +++ /dev/null @@ -1,3 +0,0 @@ -# Prevent GPREL16 relocation truncation -LDFLAGS += -Wl,--no-relax -BOOT_LDFLAGS += -Wl,--no-relax |