diff mbox

Restore Solaris/SPARC Ada bootstrap

Message ID ydda8av9qtw.fsf@CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth Jan. 13, 2017, 10:50 a.m. UTC
This patch (which I didn't see on gcc-patches)

r244367 | charlet | 2017-01-12 16:57:45 +0100 (Thu, 12 Jan 2017) | 2 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/gcc-interface/Makefile.in

        * gcc-interface/Makefile.in: Clean up VxWorks targets.

included a typo which broke Solaris/SPARC bootstrap:

gcc-interface/Makefile:1274: *** missing separator.  Stop.
make[3]: Leaving directory '/var/gcc/regression/trunk/12-gcc/build/gcc/ada'
Makefile:122: recipe for target 'osconstool' failed
make[2]: *** [osconstool] Error 2
make[2]: Leaving directory '/var/gcc/regression/trunk/12-gcc/build/sparc-sun-solaris2.12/libada'
Makefile:23305: recipe for target 'all-target-libada' failed
make[1]: *** [all-target-libada] Error 2

Fixed like this, will install shortly as obvious.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* gcc-interface/Makefile.in (SPARC/Solaris): Fix typo.

Comments

Arnaud Charlet Jan. 13, 2017, 10:52 a.m. UTC | #1
>         * gcc-interface/Makefile.in: Clean up VxWorks targets.

> 

> included a typo which broke Solaris/SPARC bootstrap:

> 

> gcc-interface/Makefile:1274: *** missing separator.  Stop.

> make[3]: Leaving directory

> '/var/gcc/regression/trunk/12-gcc/build/gcc/ada'

> Makefile:122: recipe for target 'osconstool' failed

> make[2]: *** [osconstool] Error 2

> make[2]: Leaving directory

> '/var/gcc/regression/trunk/12-gcc/build/sparc-sun-solaris2.12/libada'

> Makefile:23305: recipe for target 'all-target-libada' failed

> make[1]: *** [all-target-libada] Error 2

> 

> Fixed like this, will install shortly as obvious.


Great, thanks.
diff mbox

Patch

diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in
--- a/gcc/ada/gcc-interface/Makefile.in
+++ b/gcc/ada/gcc-interface/Makefile.in
@@ -1270,7 +1270,7 @@  ifeq ($(strip $(filter-out sparc% sun so
   s-tpopsp.adb<s-tpopsp-solaris.adb \
   g-soliop.ads<g-soliop-solaris.ads \
   $(ATOMICS_TARGET_PAIRS) \
-  $(ATOMICS_BUILTINS_TARGET_PAIRS)
+  $(ATOMICS_BUILTINS_TARGET_PAIRS) \
   system.ads<system-solaris-sparc.ads
 
   TOOLS_TARGET_PAIRS=mlib-tgt-specific.adb<mlib-tgt-specific-solaris.adb