* Makefile.in (cygrun.exe): Move -lgcc where it will do some good.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2002-06-21  Christopher Faylor  <cgf@redhat.com> | ||||||
|  |  | ||||||
|  | 	* Makefile.in (cygrun.exe): Move -lgcc where it will do some good. | ||||||
|  |  | ||||||
| 2002-06-21  Corinna Vinschen  <corinna@vinschen.de> | 2002-06-21  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
| 	* syscalls.cc (stat64_to_stat32): Correctly evaluate st_rdev. | 	* syscalls.cc (stat64_to_stat32): Correctly evaluate st_rdev. | ||||||
|   | |||||||
| @@ -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 \ | cygrun.exe : cygrun.o $(LIB_NAME) $(w32api_lib)/libuser32.a \ | ||||||
| 	     $(w32api_lib)/libshell32.a $(w32api_lib)/libkernel32.a | 	     $(w32api_lib)/libshell32.a $(w32api_lib)/libkernel32.a | ||||||
| 	$(CC) -nodefaultlibs -o $@ $^ -lgcc | 	$(CC) -nodefaultlibs -o $@ -lgcc $^ | ||||||
|  |  | ||||||
| cygserver_transport_outside.o: cygserver_transport.cc | cygserver_transport_outside.o: cygserver_transport.cc | ||||||
| 	$(COMPILE_CXX) -D__OUTSIDE_CYGWIN__ -o $@ $< | 	$(COMPILE_CXX) -D__OUTSIDE_CYGWIN__ -o $@ $< | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user