diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2014-07-26 17:11:14 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2014-07-26 17:11:14 +0200 |
commit | 7b7f941a9689d3bc30bec63f3fed7c698584e1ce (patch) | |
tree | aab8deab62f396c94b9e9029c7b2723844db5bfa /configure | |
parent | 04db05482edbb6b97e1e7c7f8bafb3c7fab67201 (diff) | |
download | gcc-7b7f941a9689d3bc30bec63f3fed7c698584e1ce.tar.gz |
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-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index f5e8d6a5218..c8b20b617ae 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" ;; |