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]
Other format: [Raw text]

Disabling fixproto: OS-less embedded targets?


Still working on turning off fixproto as much as possible.  :-)

The following are, I believe, OS-less targets.  I'm guessing it's safe
to assume that people using these either aren't using a C library,
or are using a C89-compliant library, or can fend for themselves.
Is this reasonable?  (These are all -elf, -coff, or -aout targets.)

arc-*-elf*
arm*-*-elf | ep9312-*-elf
fr30-*-elf
frv-*-elf
h8300-*-elf*
i[34567]86-*-elf*
i[34567]86-*-aout*
i[34567]86-*-coff*
i960-*-coff*
ia64*-*-elf*
ip2k-*-elf
iq2000*-*-elf*
m32r-*-elf*
m68k-*-aout*
m68k-*-coff*
m68020-*-elf* | m68k-*-elf*
mcore-*-elf
mipsisa32-*-elf* | mipsisa32el-*-elf*
mipsisa32r2-*-elf* | mipsisa32r2el-*-elf*
mipsisa64-*-elf* | mipsisa64el-*-elf*
mipsisa64sr71k-*-elf*
mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*
mips-*-elf* | mipsel-*-elf*
mips64-*-elf* | mips64el-*-elf*
mips64vr-*-elf* | mips64vrel-*-elf*
mips64orion-*-elf* | mips64orionel-*-elf*
mipstx39-*-elf* | mipstx39el-*-elf*
powerpc-*-elf*
sh-*-elf* | sh[2346l]*-*-elf*
sparc-*-elf*
sparclite-*-coff*
sparclite-*-elf*
sparc86x-*-elf*
sparc64-*-aout*
sparc64-*-elf*
strongarm-*-elf*
xscale-*-elf
xscale-*-coff
xstormy16-*-elf

The following appear to be generic, or maybe OS-less?  Anyone know anything
about these?  (These are all -*-* targets)

avr*-*
c4x-* | tic4x-* (generic, not rtems)
d30v-*
dsp16xx-*
h8300-*-* (generic, not rtems)
i960-*-* (generic)
m68hc11-*-*|m6811-*-*
m68hc12-*-*|m6812-*-*
mn10300-*-*
pdp11-*-*
avr-*-*
sh-*-* (generic)
v850e1-*-*
v850e-*-*
v850-*-*
vax-*-* (generic)

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html


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