From f1c18afafc2b321465ae6b07ede127095942d7dc Mon Sep 17 00:00:00 2001 From: Rong Xu Date: Wed, 6 Aug 2014 17:50:42 -0700 Subject: [gcc-4.9] Merge svn r213650 from google/gcc-4_9 branch Merge svn r213650 from google/gcc-4_9 branch. Tested with arm,x86,mips,arm64,x86_64,mips64 build in liunux/windows. Change-Id: I0c07f67d516074172aa393003eee664d01f2e0f2 --- gcc-4.9/configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc-4.9/configure.ac') diff --git a/gcc-4.9/configure.ac b/gcc-4.9/configure.ac index fce98f110..aa41d3c70 100644 --- a/gcc-4.9/configure.ac +++ b/gcc-4.9/configure.ac @@ -1180,6 +1180,9 @@ case "${host}" in *-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" ;; -- cgit v1.2.3