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:
parent
2a04ce7569
commit
62641193ee
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* g-stsifd-sockets.adb (Create): Replace Constants.SOCK_STREAM
|
||||
|
|
|
@ -1363,7 +1363,7 @@ ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),)
|
|||
system.ads<system-mingw.ads
|
||||
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
|
||||
|
||||
MISCLIB = -lwsock32
|
||||
|
|
Loading…
Add table
Reference in a new issue