* configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
authorKen Brown <kbrown@cornell.edu>
Sat, 24 Jul 2010 01:23:07 +0000 (21:23 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 24 Jul 2010 01:23:07 +0000 (21:23 -0400)
ChangeLog
configure
configure.in

index 799cca5..71b48de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-24  Ken Brown  <kbrown@cornell.edu>  (tiny change)
+
+       * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
+
 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
 
        * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
index 693e404..63d2032 100755 (executable)
--- a/configure
+++ b/configure
@@ -5885,7 +5885,7 @@ START_FILES=
 case $opsys in
   cygwin )
     LIB_MATH=
-    START_FILES='ecrt0.o'
+    START_FILES='pre-crt0.o'
     ;;
   darwin )
     ## Adding -lm confuses the dynamic linker, so omit it.
index ed22991..81aaead 100644 (file)
@@ -1060,7 +1060,7 @@ START_FILES=
 case $opsys in
   cygwin )
     LIB_MATH=
-    START_FILES='ecrt0.o'
+    START_FILES='pre-crt0.o'
     ;;
   darwin )
     ## Adding -lm confuses the dynamic linker, so omit it.