This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

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


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







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