* configure.in (LIBM_A): Define for cygwin target.
* configure (LIBM_A): Ditto.
This commit is contained in:
parent
fd959d2b39
commit
000cfc2eb2
|
@ -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>
|
2003-04-07 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/time.h (strftime): Remove duplicate declaration.
|
* include/time.h (strftime): Remove duplicate declaration.
|
||||||
|
|
|
@ -1668,7 +1668,7 @@ LIBGMON_A=libgmon.a
|
||||||
case "$target_os" in
|
case "$target_os" in
|
||||||
*cygwin*)
|
*cygwin*)
|
||||||
MNO_CYGWIN=-mno-cygwin
|
MNO_CYGWIN=-mno-cygwin
|
||||||
LIBM_A=
|
LIBM_A=libm.a
|
||||||
# Install mingw headers in mingw subdirectory.
|
# Install mingw headers in mingw subdirectory.
|
||||||
HEADER_SUBDIR="mingw"
|
HEADER_SUBDIR="mingw"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -97,7 +97,7 @@ LIBGMON_A=libgmon.a
|
||||||
case "$target_os" in
|
case "$target_os" in
|
||||||
*cygwin*)
|
*cygwin*)
|
||||||
MNO_CYGWIN=-mno-cygwin
|
MNO_CYGWIN=-mno-cygwin
|
||||||
LIBM_A=
|
LIBM_A=libm.a
|
||||||
# Install mingw headers in mingw subdirectory.
|
# Install mingw headers in mingw subdirectory.
|
||||||
HEADER_SUBDIR="mingw"
|
HEADER_SUBDIR="mingw"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue