summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-27 17:08:44 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-27 17:08:44 +0000
commit539ded7693de29fdaec3378592c59906bcc9f825 (patch)
treedcfd837602d84eb0789b20a5748c3feccd1d2c54 /configure
parent6e08defbf8aa4bce274e617d823ecd2320b776a1 (diff)
downloadgcc-539ded7693de29fdaec3378592c59906bcc9f825.tar.gz
Install back PR target/47230 fix (Revert the revert).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221739 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 098ed9fa89c..064e69b80ec 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"
;;