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]

[PATCH] small NetWare configuration adjustment


A small adjustment to the way *-*-netware* gets configured.

I'd like to ask at once for approval to apply the same patch to the 4.1
tree.

Built and tested for i686-novell-netware on i686-pc-linux-gnu.

libstdc++-v3/
2006-01-06  Jan Beulich  <jbeulich@novell.com>

	* crossconfig.m4: Add AC_DEFINE-s for HAVE_HYPOT, HAVE_ISINF,
and
	HAVE_ISNAN for *-*-netware*.
	* configure: Refresh.

---
/home/jbeulich/src/gcc/trunk/2006-01-04/libstdc++-v3/configure	2006-01-04
18:26:09.000000000 +0100
+++ 2006-01-04/libstdc++-v3/configure	2006-01-05 08:04:23.298588200
+0100
@@ -83103,6 +83103,18 @@ echo $ECHO_N "checking for enabled iconv
   echo "$as_me:$LINENO: result: $enable_iconv" >&5
 echo "${ECHO_T}$enable_iconv" >&6
 
+    cat >>confdefs.h <<\_ACEOF
+#define HAVE_HYPOT 1
+_ACEOF
+
+    cat >>confdefs.h <<\_ACEOF
+#define HAVE_ISINF 1
+_ACEOF
+
+    cat >>confdefs.h <<\_ACEOF
+#define HAVE_ISNAN 1
+_ACEOF
+
 
     # For showmanyc_helper().
 
---
/home/jbeulich/src/gcc/trunk/2006-01-04/libstdc++-v3/crossconfig.m4	2005-12-01
10:49:48.000000000 +0100
+++ 2006-01-04/libstdc++-v3/crossconfig.m4	2005-12-02
15:44:01.000000000 +0100
@@ -273,6 +273,9 @@ case "${host}" in
     GLIBCXX_CHECK_LINKER_FEATURES
     GLIBCXX_CHECK_COMPLEX_MATH_SUPPORT
     GLIBCXX_CHECK_ICONV_SUPPORT
+    AC_DEFINE(HAVE_HYPOT)
+    AC_DEFINE(HAVE_ISINF)
+    AC_DEFINE(HAVE_ISNAN)
 
     # For showmanyc_helper().
     AC_CHECK_HEADERS(sys/ioctl.h sys/filio.h)

Attachment: gcc-trunk-libstdc++-netware.patch
Description: Text document


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