This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] fix configure for alpha-linux for


fix the toplevel configure for alpha-linux for targets which are configured with
a triplet, not having the vendor information as part of the command

Ok for the trunk and all branches?

	* configure.ac: Match $host configured with triplets.
	* configure: Regenerate.

  Matthias

Index: configure.ac
===================================================================
--- configure.ac	(revision 222531)
+++ configure.ac	(working copy)
@@ -1154,7 +1154,7 @@
   *-mingw*)
     host_makefile_frag="config/mh-mingw"
     ;;
-  alpha*-*-linux*)
+  alpha*-linux*)
     host_makefile_frag="config/mh-alpha-linux"
     ;;
   hppa*-hp-hpux10*)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]