diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-26 15:11:14 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-26 15:11:14 +0000 |
commit | 385527e9caa099c7d7df69f4d232907ef9a28bdf (patch) | |
tree | aab8deab62f396c94b9e9029c7b2723844db5bfa /config | |
parent | e61feeea25f6d0401f847d368779977a1c314898 (diff) | |
download | gcc-385527e9caa099c7d7df69f4d232907ef9a28bdf.tar.gz |
PR target/47230
* configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
* configure: Regenerate.
config/ChangeLog:
PR target/47230
* mh-alpha-linux: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213081 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 5 | ||||
-rw-r--r-- | config/mh-alpha-linux | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 1079c7fb6fc..34fe7a664ee 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2014-07-26 Uros Bizjak <ubizjak@gmail.com> + + PR target/47230 + * mh-alpha-linux: New file. + 2014-05-14 Sandra Loosemore <sandra@codesourcery.com> * mt-nios2-elf: New file. 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 |