Commit 7b7f941a by Uros Bizjak Committed by Uros Bizjak

re PR target/47230 (gcc fails to bootstrap on alpha in stage2 with "relocation…

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
parent 04db0548
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> 2014-07-24 James Norris <jnorris@codesourcery.com>
* MAINTAINERS (Write After Approval): Add myself. * MAINTAINERS (Write After Approval): Add myself.
......
2014-07-26 Uros Bizjak <ubizjak@gmail.com>
PR target/47230
* mh-alpha-linux: New file.
2014-05-14 Sandra Loosemore <sandra@codesourcery.com> 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
* mt-nios2-elf: New file. * mt-nios2-elf: New file.
......
# Prevent GPREL16 relocation truncation
LDFLAGS += -Wl,--no-relax
BOOT_LDFLAGS += -Wl,--no-relax
...@@ -3878,6 +3878,9 @@ fi ...@@ -3878,6 +3878,9 @@ fi
*-mingw*) *-mingw*)
host_makefile_frag="config/mh-mingw" host_makefile_frag="config/mh-mingw"
;; ;;
alpha*-*-linux*)
host_makefile_frag="config/mh-alpha-linux"
;;
hppa*-hp-hpux10*) hppa*-hp-hpux10*)
host_makefile_frag="config/mh-pa-hpux10" host_makefile_frag="config/mh-pa-hpux10"
;; ;;
......
...@@ -1177,6 +1177,9 @@ case "${host}" in ...@@ -1177,6 +1177,9 @@ case "${host}" in
*-mingw*) *-mingw*)
host_makefile_frag="config/mh-mingw" host_makefile_frag="config/mh-mingw"
;; ;;
alpha*-*-linux*)
host_makefile_frag="config/mh-alpha-linux"
;;
hppa*-hp-hpux10*) hppa*-hp-hpux10*)
host_makefile_frag="config/mh-pa-hpux10" host_makefile_frag="config/mh-pa-hpux10"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment