public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Restore Solaris/SPARC Ada bootstrap
@ 2017-01-13 10:50 Rainer Orth
  2017-01-13 10:52 ` Arnaud Charlet
  0 siblings, 1 reply; 2+ messages in thread
From: Rainer Orth @ 2017-01-13 10:50 UTC (permalink / raw)
  To: gcc-patches; +Cc: Arnaud Charlet

[-- Attachment #1: Type: text/plain, Size: 1071 bytes --]

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.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: ada.patch --]
[-- Type: text/x-patch, Size: 522 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Restore Solaris/SPARC Ada bootstrap
  2017-01-13 10:50 Restore Solaris/SPARC Ada bootstrap Rainer Orth
@ 2017-01-13 10:52 ` Arnaud Charlet
  0 siblings, 0 replies; 2+ messages in thread
From: Arnaud Charlet @ 2017-01-13 10:52 UTC (permalink / raw)
  To: Rainer Orth; +Cc: gcc-patches

>         * 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-13 10:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-13 10:50 Restore Solaris/SPARC Ada bootstrap Rainer Orth
2017-01-13 10:52 ` Arnaud Charlet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).