# HG changeset patch # User Ken Brown # Date 1279997094 14400 # Node ID 76c625d8ba20a0a62342c10be137f3771ddce031 # Parent cd770c24eabe6747a1a5e5bb1fd4a6fb75a4500f * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715) diff -r cd770c24eabe -r 76c625d8ba20 ChangeLog --- a/ChangeLog Sat Jul 24 20:15:40 2010 +0200 +++ b/ChangeLog Sat Jul 24 14:44:54 2010 -0400 @@ -1,3 +1,7 @@ +2010-07-24 Ken Brown + + * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715) + 2010-07-24 Juanma Barranquero * .bzrignore, .gitignore: Ignore README.W32 on the root directory. diff -r cd770c24eabe -r 76c625d8ba20 configure.in --- a/configure.in Sat Jul 24 20:15:40 2010 +0200 +++ b/configure.in Sat Jul 24 14:44:54 2010 -0400 @@ -3326,9 +3326,7 @@ ORDINARY_LINK= case "$opsys" in ## gnu: GNU needs its own crt0. - aix4-2|darwin|gnu|usg5-4|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; - - cygwin) LINKER="\$(CC)" ;; + aix4-2|cygwin|darwin|gnu|usg5-4|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the ## library search parth, i.e. it won't search /usr/lib for libc and @@ -3381,8 +3379,7 @@ if test "x$GCC" = "xyes" && test "x$ORDINARY_LINK" != "xyes"; then case "$opsys" in - ## cygwin: don't link against static libgcc. - cygwin|freebsd|netbsd|openbsd) LIB_GCC= ;; + freebsd|netbsd|openbsd) LIB_GCC= ;; gnu-*) ## armin76@gentoo.org reported that the lgcc_s flag is necessary to