* Makefile.in (cygrun.exe): Use -lgcc when linking.
This commit is contained in:
parent
ddcf02a320
commit
0094fa046c
|
@ -305,7 +305,7 @@ winver_stamp: mkvers.sh include/cygwin/version.h winver.rc $(DLL_OFILES)
|
|||
|
||||
cygrun.exe : cygrun.o $(LIB_NAME) $(w32api_lib)/libuser32.a \
|
||||
$(w32api_lib)/libshell32.a $(w32api_lib)/libkernel32.a
|
||||
$(CC) -nodefaultlibs -o $@ $^
|
||||
$(CC) -nodefaultlibs -o $@ $^ -lgcc
|
||||
|
||||
cygserver_transport_outside.o: cygserver_transport.cc
|
||||
$(COMPILE_CXX) -D__OUTSIDE_CYGWIN__ -o $@ $<
|
||||
|
|
Loading…
Reference in New Issue