matt
641919f3e4
Add the new MACHINE_ARCH of earm and earmeb (arm EABI(AAPCS-LINUX)).
2012-08-05 04:11:35 +00:00
simonb
d8de5b102b
Remove support for NetBSD/pc532.
2008-01-09 11:25:58 +00:00
mrg
72ccefa820
powerpc64 is big endian.
2006-06-30 05:46:33 +00:00
skrll
784c9344e8
Initial pass at an in-tree ia64 toolchain. From PR 29141 with some fixes
...
from me.
2005-08-17 07:13:32 +00:00
matt
1a1ed06bfd
Make the assumption that all MACHINE_ARCH'es ending in 'el' are little
...
endian and all ending in 'eb' are big endian.
2004-03-17 20:16:21 +00:00
he
574847ed6f
Add sh3el and sh3eb MACHINE_ARCHs.
2004-03-17 19:57:49 +00:00
he
788aab2192
Add m68000 MACHINE_ARCH (for sun2) to big-endian list.
2004-03-16 14:46:44 +00:00
soren
3efacde2ee
Wow, I was more confused still. The former bsd.endian.mk wasn't actually
...
using the little/big values.
I wonder how this happened to work..
2004-03-14 20:43:20 +00:00
skrll
0a5647e7a8
Fix another silly error.
2004-03-13 13:07:37 +00:00
christos
5cf9849bc3
What happened to testing trivial changes?
...
Fix extra || at the end of the elif
2004-03-13 02:36:43 +00:00
soren
1265776d4e
Replace the <sys/endian.h> hack with a table based on MACHINE_ARCH.
...
This makes src/x11 build without USETOOLS.
2004-03-12 23:43:41 +00:00
lukem
422b438b9f
Ensure the first word of ${CC} exists before attempting to invoke ${CC}
...
to determine TARGET_ENDIANNESS.
This should fix problem reported privately by Matt Green <mrg@>.
This uses exists(${CC:ts::C/:.*$//}) as we don't expect the command name to
contain `:'. (The ":ts" trick is from a discussion with Simon Gerraty <sjg@>.)
2003-07-27 11:16:30 +00:00
lukem
4ae3ede358
Only determine TARGET_ENDIANNESS if it's not already defined.
2003-05-18 08:19:03 +00:00
thorpej
fc4bb28e9c
Don't -I${DESTDIR}/usr/include without -nostdinc'ing, first. Some
...
versions of GCC are unhappy with that.
2002-06-05 02:47:56 +00:00
itojun
8dea09ecf9
comment
2002-05-30 21:55:14 +00:00
itojun
dbbcec2c04
have bsd.endian.mk, which detects target endian.
...
generate *.db in target endian. (see tech-userlevel for discussions)
2002-05-30 21:40:47 +00:00