public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/99661] New: Cross compiler cannot be built: powerpc-darwin8
@ 2021-03-19  9:12 marxin at gcc dot gnu.org
  2021-03-19  9:50 ` [Bug target/99661] " iains at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-03-19  9:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99661

            Bug ID: 99661
           Summary: Cross compiler cannot be built: powerpc-darwin8
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: iains at gcc dot gnu.org, segher at gcc dot gnu.org
  Target Milestone: ---
              Host: x86_64-linux-gnu
            Target: powerpc-darwin8

Fails due to:

make[2]: Entering directory '/tmp/cross/objs/powerpc-darwin8/gcc'
make[2]: *** No rule to make target
'/home/marxin/Programming/gcc/gcc/config/rs6000/darwin8.h', needed by
's-gtype'.  Stop.
make[2]: Leaving directory '/tmp/cross/objs/powerpc-darwin8/gcc'

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

* [Bug target/99661] Cross compiler cannot be built: powerpc-darwin8
  2021-03-19  9:12 [Bug target/99661] New: Cross compiler cannot be built: powerpc-darwin8 marxin at gcc dot gnu.org
@ 2021-03-19  9:50 ` iains at gcc dot gnu.org
  2021-03-19  9:51 ` iains at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: iains at gcc dot gnu.org @ 2021-03-19  9:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99661

--- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> ---
hmm.. thanks for the report.

I built a cross to powerpc-darwin9 yesterday
(and a native i686-darwin8)
will give this a go later.

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

* [Bug target/99661] Cross compiler cannot be built: powerpc-darwin8
  2021-03-19  9:12 [Bug target/99661] New: Cross compiler cannot be built: powerpc-darwin8 marxin at gcc dot gnu.org
  2021-03-19  9:50 ` [Bug target/99661] " iains at gcc dot gnu.org
@ 2021-03-19  9:51 ` iains at gcc dot gnu.org
  2021-03-19  9:52 ` iains at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: iains at gcc dot gnu.org @ 2021-03-19  9:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99661

--- Comment #2 from Iain Sandoe <iains at gcc dot gnu.org> ---
what was the host/build system in this case?

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

* [Bug target/99661] Cross compiler cannot be built: powerpc-darwin8
  2021-03-19  9:12 [Bug target/99661] New: Cross compiler cannot be built: powerpc-darwin8 marxin at gcc dot gnu.org
  2021-03-19  9:50 ` [Bug target/99661] " iains at gcc dot gnu.org
  2021-03-19  9:51 ` iains at gcc dot gnu.org
@ 2021-03-19  9:52 ` iains at gcc dot gnu.org
  2021-03-19 10:02 ` marxin at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: iains at gcc dot gnu.org @ 2021-03-19  9:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99661

--- Comment #3 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Iain Sandoe from comment #2)
> what was the host/build system in this case?

NM... I just didn't read it.

How do you get the SDK and binutils in this case?

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

* [Bug target/99661] Cross compiler cannot be built: powerpc-darwin8
  2021-03-19  9:12 [Bug target/99661] New: Cross compiler cannot be built: powerpc-darwin8 marxin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-03-19  9:52 ` iains at gcc dot gnu.org
@ 2021-03-19 10:02 ` marxin at gcc dot gnu.org
  2021-03-19 10:05 ` iains at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-03-19 10:02 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99661

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
> 
> How do you get the SDK and binutils in this case?
>

I don't do that. My ambition is to build host compilers, so I run make
all-host.

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

* [Bug target/99661] Cross compiler cannot be built: powerpc-darwin8
  2021-03-19  9:12 [Bug target/99661] New: Cross compiler cannot be built: powerpc-darwin8 marxin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-03-19 10:02 ` marxin at gcc dot gnu.org
@ 2021-03-19 10:05 ` iains at gcc dot gnu.org
  2021-03-19 10:25 ` iains at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: iains at gcc dot gnu.org @ 2021-03-19 10:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99661

--- Comment #5 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Martin Liška from comment #4)
> > 
> > How do you get the SDK and binutils in this case?
> >
> 
> I don't do that. My ambition is to build host compilers, so I run make
> all-host.

so you're just building cc1 - OK.

Looks like I missed a hunk from
r11-6417-g4a04f09dc7616ebe76ee71aa50eee54f1115f1f2
will test the obvious fix on an x86_64-darwin x powerpc-darwin8.

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

* [Bug target/99661] Cross compiler cannot be built: powerpc-darwin8
  2021-03-19  9:12 [Bug target/99661] New: Cross compiler cannot be built: powerpc-darwin8 marxin at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2021-03-19 10:05 ` iains at gcc dot gnu.org
@ 2021-03-19 10:25 ` iains at gcc dot gnu.org
  2021-03-19 16:50 ` cvs-commit at gcc dot gnu.org
  2021-03-19 16:53 ` iains at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: iains at gcc dot gnu.org @ 2021-03-19 10:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99661

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |iains at gcc dot gnu.org
   Last reconfirmed|                            |2021-03-19
     Ever confirmed|0                           |1

--- Comment #6 from Iain Sandoe <iains at gcc dot gnu.org> ---
testing 
(the headers were obsoleted and removed, I missed this hunk) :

diff --git a/gcc/config.gcc b/gcc/config.gcc
index 3ec7582f5dd..9cecc140c83 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2878,7 +2878,6 @@ powerpc-*-darwin*)
          *-darwin8*)
            tmake_file="${tmake_file} ${cpu_type}/t-darwin32-biarch"
            tm_file="${tm_file} ${cpu_type}/darwin32-biarch.h"
-           tm_file="${tm_file} ${cpu_type}/darwin8.h"
            ;;
          *-darwin7*)
            tm_file="${tm_file} ${cpu_type}/darwin7.h"

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

* [Bug target/99661] Cross compiler cannot be built: powerpc-darwin8
  2021-03-19  9:12 [Bug target/99661] New: Cross compiler cannot be built: powerpc-darwin8 marxin at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2021-03-19 10:25 ` iains at gcc dot gnu.org
@ 2021-03-19 16:50 ` cvs-commit at gcc dot gnu.org
  2021-03-19 16:53 ` iains at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-03-19 16:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99661

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Iain D Sandoe <iains@gcc.gnu.org>:

https://gcc.gnu.org/g:02f305440f29c68b7368c9af9ae689cce6d26d6d

commit r11-7739-g02f305440f29c68b7368c9af9ae689cce6d26d6d
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Mar 19 16:36:40 2021 +0000

    Darwin : Fix build failure for powerpc-darwin8 [PR99661].

    A hunk had been missed from r11-6417, fixed thus:

    gcc/ChangeLog:

            PR target/99661
            * config.gcc (powerpc-*-darwin8): Delete the reference to
            the now removed darwin8.h.

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

* [Bug target/99661] Cross compiler cannot be built: powerpc-darwin8
  2021-03-19  9:12 [Bug target/99661] New: Cross compiler cannot be built: powerpc-darwin8 marxin at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2021-03-19 16:50 ` cvs-commit at gcc dot gnu.org
@ 2021-03-19 16:53 ` iains at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: iains at gcc dot gnu.org @ 2021-03-19 16:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99661

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Iain Sandoe <iains at gcc dot gnu.org> ---
thanks for catching this, fixed now.

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

end of thread, other threads:[~2021-03-19 16:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19  9:12 [Bug target/99661] New: Cross compiler cannot be built: powerpc-darwin8 marxin at gcc dot gnu.org
2021-03-19  9:50 ` [Bug target/99661] " iains at gcc dot gnu.org
2021-03-19  9:51 ` iains at gcc dot gnu.org
2021-03-19  9:52 ` iains at gcc dot gnu.org
2021-03-19 10:02 ` marxin at gcc dot gnu.org
2021-03-19 10:05 ` iains at gcc dot gnu.org
2021-03-19 10:25 ` iains at gcc dot gnu.org
2021-03-19 16:50 ` cvs-commit at gcc dot gnu.org
2021-03-19 16:53 ` iains at gcc dot gnu.org

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