aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2014-07-26 17:11:14 +0200
committerUros Bizjak <uros@gcc.gnu.org>2014-07-26 17:11:14 +0200
commit7b7f941a9689d3bc30bec63f3fed7c698584e1ce (patch)
treeaab8deab62f396c94b9e9029c7b2723844db5bfa /configure
parent04db05482edbb6b97e1e7c7f8bafb3c7fab67201 (diff)
downloadgcc-7b7f941a9689d3bc30bec63f3fed7c698584e1ce.zip
gcc-7b7f941a9689d3bc30bec63f3fed7c698584e1ce.tar.gz
gcc-7b7f941a9689d3bc30bec63f3fed7c698584e1ce.tar.bz2
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index f5e8d6a..c8b20b6 100755
--- a/configure
+++ b/configure
@@ -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"
;;