This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
What to do about macppc-unknown-netbsd...
- To: "GCC Developers (E-mail)" <gcc at gcc dot gnu dot org>, "'autoconf at gcc dot org'" <autoconf at gcc dot org>
- Subject: What to do about macppc-unknown-netbsd...
- From: Bruce Korb <bkorb at allegronetworks dot com>
- Date: Tue, 30 Jan 2001 11:25:05 -0800
- Cc: Bruce Korb <bkorb at allegronetworks dot com>
Hi all,
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. :-)
- Bruce