]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in, [...]: Remove obsolete targets referencing gen-soccon When generating...
authorThomas Quinot <quinot@adacore.com>
Wed, 6 Aug 2008 09:43:10 +0000 (11:43 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Aug 2008 09:43:10 +0000 (11:43 +0200)
2008-08-06  Thomas Quinot  <quinot@adacore.com>

* gcc-interface/Makefile.in, gcc-interface/Make-lang.in:
Remove obsolete targets referencing gen-soccon
When generating s-oscons.ads, use a file name that includes the
THREAD_KIND, to ensure that the (potentially different) version from a
previous build with a different threads flavour does not get reused.

From-SVN: r138788

gcc/ada/ChangeLog

index 468a3ef665f3202a73b02eacd3d8ed3a25530300..a8d0a80c4446d38656ce1830d50b25e4331f087c 100644 (file)
@@ -1,3 +1,11 @@
+2008-08-06  Thomas Quinot  <quinot@adacore.com>
+
+       * gcc-interface/Makefile.in, gcc-interface/Make-lang.in:
+       Remove obsolete targets referencing gen-soccon
+       When generating s-oscons.ads, use a file name that includes the
+       THREAD_KIND, to ensure that the (potentially different) version from a
+       previous build with a different threads flavour does not get reused.
+
 2008-08-06  Thomas Quinot  <quinot@adacore.com>
 
        * sem_res.adb: Minor reformatting