This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: What to do about macppc-unknown-netbsd...


>>>>> Bruce Korb writes:

Bruce> I need to get GCC 2.95.2 working on this platform.
Bruce> However, it looks like the GCC ports for power pc tend
Bruce> to use "powerpc-..." in their triplet and `uname -m`
Bruce> returns "macppc".  So, what is the best solution?
Bruce> Teach GCC (and other apps) that "macppc" == "powerpc",
Bruce> or have config.guess emit "powerpc-apple" instead of
Bruce> "macppc-unknown"?  Ick.  :-)

	I would suggest teaching config.sub to canonicalize macppc-* as
powerpc-*. I do not think it is appropriate or worth converting the
*-unknown-* to *-apple-*.

David

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]