Commit cfb53555 by Thomas Quinot Committed by Arnaud Charlet

Makefile.in: Reintroduce g-soccon.ads as a compatibility shim.

2008-08-08  Thomas Quinot  <quinot@adacore.com>

	* gcc-interface/Makefile.in: Reintroduce g-soccon.ads as a
	compatibility shim.

From-SVN: r138880
parent a3ea9137
2008-08-08 Thomas Quinot <quinot@adacore.com> 2008-08-08 Thomas Quinot <quinot@adacore.com>
* gcc-interface/Makefile.in: Reintroduce g-soccon.ads as a
compatibility shim.
2008-08-08 Thomas Quinot <quinot@adacore.com>
* gsocket.h: * gsocket.h:
On Windows, include <errno.h> and redefine only selected errno values On Windows, include <errno.h> and redefine only selected errno values
from their <winsock2.h> definitions. from their <winsock2.h> definitions.
...@@ -368,7 +368,7 @@ PREFIX_REAL_OBJS = ../prefix.o \ ...@@ -368,7 +368,7 @@ PREFIX_REAL_OBJS = ../prefix.o \
# sockets, reset this variable to empty and add DUMMY_SOCKETS_TARGET_PAIRS # sockets, reset this variable to empty and add DUMMY_SOCKETS_TARGET_PAIRS
# to LIBGNAT_TARGET_PAIRS. # to LIBGNAT_TARGET_PAIRS.
GNATRTL_SOCKETS_OBJS = g-socket$(objext) g-socthi$(objext) \ GNATRTL_SOCKETS_OBJS = g-soccon$(objext) g-socket$(objext) g-socthi$(objext) \
g-soliop$(objext) g-sothco$(objext) g-sttsne$(objext) g-soliop$(objext) g-sothco$(objext) g-sttsne$(objext)
DUMMY_SOCKETS_TARGET_PAIRS = \ DUMMY_SOCKETS_TARGET_PAIRS = \
......
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