Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS): Remove extra s-win32.o.
2008-07-29 Aaron W. LaFramboise <aaronavay62@aaronwl.com> * Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS): Remove extra s-win32.o. From-SVN: r138245
This commit is contained in:
parent
e90acd935a
commit
468973704f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-07-29 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
|
||||
|
||||
* Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS): Remove extra s-win32.o.
|
||||
|
||||
2008-07-28 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* misc.c (gnat_post_options): Do not set flag_no_inline.
|
||||
|
|
|
@ -1359,7 +1359,7 @@ ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),)
|
|||
s-taprop.adb<s-taprop-mingw.adb \
|
||||
system.ads<system-mingw.ads
|
||||
|
||||
EXTRA_GNATRTL_NONTASKING_OBJS = s-win32.o s-win32.o g-regist.o
|
||||
EXTRA_GNATRTL_NONTASKING_OBJS = s-win32.o g-regist.o
|
||||
EXTRA_GNATRTL_TASKING_OBJS = a-exetim.o
|
||||
|
||||
MISCLIB = -lwsock32
|
||||
|
|
Loading…
Add table
Reference in a new issue