[Fwd: PATCH: libstd++-v3 configure script and target mingw32]

Ranjit Mathew rmathew@hotmail.com
Mon Sep 30 03:40:00 GMT 2002


-------- Original Message --------
Subject: PATCH: libstd++-v3 configure script and target mingw32
Date: Thu, 26 Sep 2002 12:36:06 +0530
From: Ranjit Mathew <rmathew@hotmail.com>

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< ------------------------------








More information about the Libstdc++ mailing list