This is the mail archive of the gcc@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: libstd++-v3 configure script and target mingw32


Hi,

    This small patch attempts to fix the misbehaviour
of the libstd++-v3 configure script while building
a cross compiler for target "mingw32" (the "official"
target for MinGW, aliased to i386-pc-mingw32).

Ranjit.

------------------------- 8< ------------------------------
--- configure.in.orig   Thu Sep 26 12:32:29 2002
+++ configure.in        Thu Sep 26 12:32:59 2002
@@ -187,5 +187,5 @@
       fi
       ;;
-    *-mingw32*)
+    *mingw32*)
       AC_CHECK_HEADERS([sys/types.h locale.h float.h])
       GLIBCPP_CHECK_LINKER_FEATURES
@@ -226,5 +226,5 @@

   case "$target_alias" in
-    *-mingw32*)
+    *mingw32*)
       ;;
     *-windiss*)
------------------------- 8< ------------------------------




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