aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/configure')
-rwxr-xr-xgcc-4.9/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc-4.9/configure b/gcc-4.9/configure
index 795bc793b..a91394234 100755
--- a/gcc-4.9/configure
+++ b/gcc-4.9/configure
@@ -3871,6 +3871,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"
;;