Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS): Remove duplicate s-win32.o.

* gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS) [WINDOWS]: Remove
	duplicate s-win32.o. Add s-winext.o.

From-SVN: r138978
This commit is contained in:
Danny Smith 2008-08-12 06:01:59 +00:00 committed by Danny Smith
parent 2a04ce7569
commit 62641193ee
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-08-12 Danny Smith <danyssmith@users.sourceforge.net>
* gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS) [WINDOWS]: Remove
duplicate s-win32.o. Add s-winext.o.
2008-08-12 Danny Smith <danyssmith@users.sourceforge.net> 2008-08-12 Danny Smith <danyssmith@users.sourceforge.net>
* g-stsifd-sockets.adb (Create): Replace Constants.SOCK_STREAM * g-stsifd-sockets.adb (Create): Replace Constants.SOCK_STREAM

View File

@ -1363,7 +1363,7 @@ ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),)
system.ads<system-mingw.ads system.ads<system-mingw.ads
endif endif
EXTRA_GNATRTL_NONTASKING_OBJS = s-win32.o s-win32.o g-regist.o EXTRA_GNATRTL_NONTASKING_OBJS = s-win32.o s-winext.o g-regist.o
EXTRA_GNATRTL_TASKING_OBJS = a-exetim.o EXTRA_GNATRTL_TASKING_OBJS = a-exetim.o
MISCLIB = -lwsock32 MISCLIB = -lwsock32