From 539ded7693de29fdaec3378592c59906bcc9f825 Mon Sep 17 00:00:00 2001 From: uros Date: Fri, 27 Mar 2015 17:08:44 +0000 Subject: 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 --- config/ChangeLog | 8 -------- config/mh-alpha-linux | 3 +++ 2 files changed, 3 insertions(+), 8 deletions(-) create mode 100644 config/mh-alpha-linux (limited to 'config') 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 - - Revert: - 2014-07-26 Uros Bizjak - - PR target/47230 - * mh-alpha-linux: New file. - 2015-02-18 Thomas Schwinge * 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 -- cgit v1.2.1