OSDN Git Service

* configure.in (LIBM_A): Define for cygwin target.
authorearnie <earnie>
Fri, 11 Apr 2003 12:35:51 +0000 (12:35 +0000)
committerearnie <earnie>
Fri, 11 Apr 2003 12:35:51 +0000 (12:35 +0000)
* configure (LIBM_A): Ditto.

winsup/mingw/ChangeLog
winsup/mingw/configure
winsup/mingw/configure.in

index bee6878..b2f8c1b 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-11  Earnie Boyd  <earnie@users.sf.net>
+
+       * configure.in (LIBM_A): Define for cygwin target.
+       * configure (LIBM_A): Ditto.
+
 2003-04-07  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/time.h (strftime): Remove duplicate declaration.
index 1d976f3..50a3457 100755 (executable)
@@ -1668,7 +1668,7 @@ LIBGMON_A=libgmon.a
 case "$target_os" in
 *cygwin*)
   MNO_CYGWIN=-mno-cygwin
-  LIBM_A=
+  LIBM_A=libm.a
   # Install mingw headers in mingw subdirectory.
   HEADER_SUBDIR="mingw"
   ;;
index 3fe9e1b..ed7458e 100644 (file)
@@ -97,7 +97,7 @@ LIBGMON_A=libgmon.a
 case "$target_os" in
 *cygwin*)
   MNO_CYGWIN=-mno-cygwin
-  LIBM_A=
+  LIBM_A=libm.a
   # Install mingw headers in mingw subdirectory.
   HEADER_SUBDIR="mingw"
   ;;