This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: What to do about macppc-unknown-netbsd...
- To: Bruce Korb <bkorb at allegronetworks dot com>
- Subject: Re: What to do about macppc-unknown-netbsd...
- From: Torbjorn Granlund <tege at swox dot com>
- Date: 30 Jan 2001 22:31:18 +0100
- Cc: "GCC Developers (E-mail)" <gcc at gcc dot gnu dot org>,"'autoconf at gcc dot org'" <autoconf at gcc dot org>
- References: <B4DFCB7CDE2DD4118F690008C78694167B3629@tahoe.allegronetworks.com>
Bruce Korb <bkorb@allegronetworks.com> writes:
I need to get GCC 2.95.2 working on this platform.
However, it looks like the GCC ports for power pc tend
to use "powerpc-..." in their triplet and `uname -m`
returns "macppc". So, what is the best solution?
Teach GCC (and other apps) that "macppc" == "powerpc",
or have config.guess emit "powerpc-apple" instead of
"macppc-unknown"? Ick. :-)
Last time I synch'ed the GMP config.guess with the FSF version,
that had a rule:
macppc) machine=powerpc-apple ;;
So if gcc's config.guess doesn't have that, it is time to update it!
--
Torbjörn