* configure.in (LIBM_A): Define for cygwin target.

* configure (LIBM_A): Ditto.
This commit is contained in:
Earnie Boyd 2003-04-11 12:35:51 +00:00
parent fd959d2b39
commit 000cfc2eb2
3 changed files with 7 additions and 2 deletions

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

View File

@ -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"
;;

View 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"
;;