re PR target/47230 (gcc fails to bootstrap on alpha in stage2 with "relocation truncated to fit: GPREL16 against ...")

PR target/47230
	* configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
	* configure: Regenerate.

config/ChangeLog:

	PR target/47230
	* mh-alpha-linux: New file.

From-SVN: r213081
This commit is contained in:
Uros Bizjak 2014-07-26 17:11:14 +02:00 committed by Uros Bizjak
parent 04db05482e
commit 7b7f941a96
5 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2014-07-26 Uros Bizjak <ubizjak@gmail.com>
PR target/47230
* configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
* configure: Regenerate.
2014-07-24 James Norris <jnorris@codesourcery.com>
* MAINTAINERS (Write After Approval): Add myself.

View File

@ -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.

3
config/mh-alpha-linux Normal file
View File

@ -0,0 +1,3 @@
# Prevent GPREL16 relocation truncation
LDFLAGS += -Wl,--no-relax
BOOT_LDFLAGS += -Wl,--no-relax

3
configure vendored
View File

@ -3878,6 +3878,9 @@ fi
*-mingw*)
host_makefile_frag="config/mh-mingw"
;;
alpha*-*-linux*)
host_makefile_frag="config/mh-alpha-linux"
;;
hppa*-hp-hpux10*)
host_makefile_frag="config/mh-pa-hpux10"
;;

View File

@ -1177,6 +1177,9 @@ case "${host}" in
*-mingw*)
host_makefile_frag="config/mh-mingw"
;;
alpha*-*-linux*)
host_makefile_frag="config/mh-alpha-linux"
;;
hppa*-hp-hpux10*)
host_makefile_frag="config/mh-pa-hpux10"
;;