mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
* 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>
|
||||
|
||||
* include/time.h (strftime): Remove duplicate declaration.
|
||||
|
2
winsup/mingw/configure
vendored
2
winsup/mingw/configure
vendored
@ -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"
|
||||
;;
|
||||
|
@ -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"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user