NetBSD/usr.bin/xlint/arch
macallan 1b769feadc XXX
Don't assume LP64 unless lint itself is built as LP64
On mips64 we default to n32 which produces errors when things like
TARG_LONG_MAX don't fit into a long
A proper fix would be to teach lint about different target ABIs so it can
pick the right parameters, this is just a bandaid to make it slightly less
wrong and allow a mips64 build to complete.
2012-03-29 08:52:31 +00:00
..
alpha more cross lint friendlyness 2012-03-27 19:24:01 +00:00
arm more cross lint friendlyness 2012-03-27 19:24:01 +00:00
hppa more cross lint friendlyness 2012-03-27 19:24:01 +00:00
i386 more cross lint friendlyness 2012-03-27 19:24:01 +00:00
ia64 more cross lint friendlyness 2012-03-27 19:24:01 +00:00
m68k more cross lint friendlyness 2012-03-27 19:24:01 +00:00
m68000 more cross lint friendlyness 2012-03-27 19:24:01 +00:00
mips more cross lint friendlyness 2012-03-27 19:24:01 +00:00
mips64 XXX 2012-03-29 08:52:31 +00:00
powerpc more cross lint friendlyness 2012-03-27 19:24:01 +00:00
powerpc64 more cross lint friendlyness 2012-03-27 19:24:01 +00:00
sh3 more cross lint friendlyness 2012-03-27 19:24:01 +00:00
sparc more cross lint friendlyness 2012-03-27 19:24:01 +00:00
sparc64 more cross lint friendlyness 2012-03-27 19:24:01 +00:00
vax more cross lint friendlyness 2012-03-27 19:24:01 +00:00
x86_64 more cross lint friendlyness 2012-03-27 19:24:01 +00:00