index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
share
/
mk
/
bsd.endian.mk
Age
Commit message (
Expand
)
Author
2020-09-02
Teach bsd.endian.mk about aarch64eb
jakllsch
2014-09-19
Add RISCV-V support.
matt
2014-09-03
Change to support OR1K
matt
2014-08-10
Changes to existing files to enable building AARCH64 userland.
matt
2013-08-05
Simplify the earm tests
matt
2013-07-18
Test BSD makefile about coldfire.
matt
2013-02-03
add earmhf
matt
2012-08-05
Add the new MACHINE_ARCH of earm and earmeb (arm EABI(AAPCS-LINUX)).
matt
2008-01-09
Remove support for NetBSD/pc532.
simonb
2006-06-30
powerpc64 is big endian.
mrg
2005-08-17
Initial pass at an in-tree ia64 toolchain. From PR 29141 with some fixes
skrll
2004-03-17
Make the assumption that all MACHINE_ARCH'es ending in 'el' are little
matt
2004-03-17
Add sh3el and sh3eb MACHINE_ARCHs.
he
2004-03-16
Add m68000 MACHINE_ARCH (for sun2) to big-endian list.
he
2004-03-14
Wow, I was more confused still. The former bsd.endian.mk wasn't actually
soren
2004-03-13
Fix another silly error.
skrll
2004-03-13
What happened to testing trivial changes?
christos
2004-03-12
Replace the <sys/endian.h> hack with a table based on MACHINE_ARCH.
soren
2003-07-27
Ensure the first word of ${CC} exists before attempting to invoke ${CC}
lukem
2003-05-18
Only determine TARGET_ENDIANNESS if it's not already defined.
lukem
2002-06-05
Don't -I${DESTDIR}/usr/include without -nostdinc'ing, first. Some
thorpej
2002-05-30
comment
itojun
2002-05-30
have bsd.endian.mk, which detects target endian.
itojun