Commit 32838704 by Arnaud Charlet Committed by Arnaud Charlet

Make-lang.in: Update dependencies

2009-04-20  Arnaud Charlet  <charlet@adacore.com>

	* gcc-interface/Make-lang.in: Update dependencies

	* gcc-interface/Makefile.in: Link run-time against winsock2 lib under
	Windows.

From-SVN: r146423
parent 37951d8e
2009-04-20 Arnaud Charlet <charlet@adacore.com>
* gcc-interface/Make-lang.in: Update dependencies
* gcc-interface/Makefile.in: Link run-time against winsock2 lib under
Windows.
2009-04-20 Robert Dewar <dewar@adacore.com> 2009-04-20 Robert Dewar <dewar@adacore.com>
* checks.ads: Fix documentation of range check handling * checks.ads: Fix documentation of range check handling
...@@ -1505,7 +1505,7 @@ ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),) ...@@ -1505,7 +1505,7 @@ ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),)
EXTRA_GNATRTL_NONTASKING_OBJS = s-win32.o s-winext.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 = -lws2_32
# ??? This will be replaced by gnatlib-shared-dual-win32 when GNAT # ??? This will be replaced by gnatlib-shared-dual-win32 when GNAT
# auto-import support for array/record will be done. # auto-import support for array/record will be done.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment