1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

* configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).

This commit is contained in:
Ken Brown 2010-07-23 21:23:07 -04:00 committed by Chong Yidong
parent 195e19e4f9
commit 921d40b453
3 changed files with 6 additions and 2 deletions

View File

@ -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)

2
configure vendored
View File

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

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