Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-06-22 06:50:01 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-22 06:50:01 +0400
commit0094fa046ca1f5673838144d8eec85b8799ac2af (patch)
tree3962f9b57407df7fec7d692298ae308bf26f62dd /winsup
parentddcf02a320533cf2fec11ff588349d9834c62095 (diff)
* Makefile.in (cygrun.exe): Use -lgcc when linking.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index d10bdf2b5..efabaf081 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -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 $@ $<