diff options
author | Thomas Quinot <quinot@adacore.com> | 2008-08-08 13:03:37 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-08 15:03:37 +0200 |
commit | cfb535550fe6fdd93b32091704b42812873ba267 (patch) | |
tree | f1ed93d83caa13aaa462013188e15182b5832a07 /gcc/ada/gcc-interface | |
parent | a3ea913742c1c47f2c774b65480eaea72e8bc2de (diff) | |
download | gcc-cfb535550fe6fdd93b32091704b42812873ba267.zip gcc-cfb535550fe6fdd93b32091704b42812873ba267.tar.gz gcc-cfb535550fe6fdd93b32091704b42812873ba267.tar.bz2 |
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
Diffstat (limited to 'gcc/ada/gcc-interface')
-rw-r--r-- | gcc/ada/gcc-interface/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index ac5955e..b597fb0 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -368,7 +368,7 @@ PREFIX_REAL_OBJS = ../prefix.o \ # sockets, reset this variable to empty and add DUMMY_SOCKETS_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) DUMMY_SOCKETS_TARGET_PAIRS = \ |