This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: powerpc freebsd-spec.h - huh?
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: obrien at FreeBSD dot org
- Cc: Zack Weinberg <zack at codesourcery dot com>, gcc-patches at gcc dot gnu dot org
- Date: Tue, 20 Nov 2001 22:27:49 -0500
- Subject: Re: powerpc freebsd-spec.h - huh?
>>>>> "David O'Brien" writes:
David> config/rs6000/sysv4.h targets all PowerPC ELF targets. Ie, gcc on
David> Solaris-PowerPC can target Linux-PowerPC. Thus the specs for
David> Linux-PowerPC must be visible [for all values of default targets].
David> Same for FreeBSD. FreeBSD's specs are in a central file, thus that
David> central file must be included.
If you need the specs on the generic configuration, that's fine.
You can have it on powerpc-*-sysv and powerpc-*-elf*, but not on every
target. I don't see a similar insertion of the specs file for Alpha and
IA-64.
David