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
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-06-22 06:56:56 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-22 06:56:56 +0400
commit0278e3a33faafdb796945dbb196a78d6ed312f37 (patch)
tree771206aae2c81eee2a3f6a87ba42e2740a98fd95 /winsup/cygwin/Makefile.in
parent0094fa046ca1f5673838144d8eec85b8799ac2af (diff)
* Makefile.in (cygrun.exe): Move -lgcc where it will do some good.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-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 efabaf081..d17b23961 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 $@ $^ -lgcc
+ $(CC) -nodefaultlibs -o $@ -lgcc $^
cygserver_transport_outside.o: cygserver_transport.cc
$(COMPILE_CXX) -D__OUTSIDE_CYGWIN__ -o $@ $<