simonb
|
6a5e492b57
|
Remove the explicit `makeoptions MACHINE_ARCH="mipse{b,l}"' for kernel
builds and use the endianness of the toolchain being used to determine
the endianness of the kernel.
|
2002-12-09 22:54:09 +00:00 |
uch
|
3b784af7f0
|
remove MIPS3_L2CACHE_ABSENT option, since R5900 D-cache is 8KB
2-way. no need to worry about virtual aliasing.
|
2002-03-26 11:06:56 +00:00 |
lukem
|
03aef4723c
|
cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
|
2001-11-20 12:56:17 +00:00 |
thorpej
|
90a2bc2cf7
|
For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead,
explicitly set MACHINE_ARCH to the appropriate thing. Makefile.mips will
then set all of the internal variables it needs to accordingly.
|
2001-10-23 20:40:00 +00:00 |
uch
|
2fa5ea9720
|
playstation2 port
|
2001-10-16 15:38:29 +00:00 |