aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2015-03-27 18:08:44 +0100
committerUros Bizjak <uros@gcc.gnu.org>2015-03-27 18:08:44 +0100
commit13be44ed9d59d5ac78e2279681c2da09039919d5 (patch)
treedcfd837602d84eb0789b20a5748c3feccd1d2c54 /configure
parent5964a3a67219410fffc9c108ac92b838af6c09ea (diff)
downloadgcc-13be44ed9d59d5ac78e2279681c2da09039919d5.zip
gcc-13be44ed9d59d5ac78e2279681c2da09039919d5.tar.gz
gcc-13be44ed9d59d5ac78e2279681c2da09039919d5.tar.bz2
Install back PR target/47230 fix (Revert the revert).
From-SVN: r221739
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 098ed9f..064e69b 100755
--- a/configure
+++ b/configure
@@ -3969,6 +3969,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"
;;