]> gcc.gnu.org Git - gcc.git/commitdiff
* Makefile.in: Remove setting of THREADSLIB on mips o32, unneeded.
authorArnaud Charlet <charlet@gnat.com>
Mon, 2 Feb 2004 16:26:37 +0000 (16:26 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 2 Feb 2004 16:26:37 +0000 (17:26 +0100)
From-SVN: r77122

gcc/ada/ChangeLog
gcc/ada/Makefile.in

index 5ea08ff2f0c618b2ef23ef2ffe0ed4aaf8fbbdbb..4bec383a5b2fb28ae67c1d2e608d4f2ad300b053 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-02  Arnaud Charlet  <charlet@gnat.com>
+
+       * Makefile.in: Remove setting of THREADSLIB on mips o32, unneeded.
+
 2004-02-02  Vincent Celier  <celier@gnat.com>
 
        * gprcmd.adb (Check_Args): If condition is false, print the invoked
index 91f122008625f76ca2abccb73ae058419f289973..4633768563b209b3ba4be68484d5fa20f979362e 100644 (file)
@@ -916,8 +916,6 @@ ifeq ($(strip $(filter-out mips sgi irix%,$(targ))),)
     s-traceb.adb<7straceb.adb \
     g-soccon.ads<3gsoccon.ads \
     system.ads<5fsystem.ads
-
-    THREADSLIB =
   endif
 
   TOOLS_TARGET_PAIRS = mlib-tgt.adb<5gml-tgt.adb
This page took 0.076674 seconds and 5 git commands to generate.