diff options
author | imp <imp@FreeBSD.org> | 2010-11-13 22:34:12 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-11-13 22:34:12 +0000 |
commit | 5e46e6967493887b78dc16517dc2edbb0e3893a9 (patch) | |
tree | ae2f9538d9fbdc5cd23100359fba15cae96fdd5a /sys/mips/sibyte | |
parent | 62c8289fa15457bfe695213262fc7f1a74998b1a (diff) | |
download | FreeBSD-src-5e46e6967493887b78dc16517dc2edbb0e3893a9.zip FreeBSD-src-5e46e6967493887b78dc16517dc2edbb0e3893a9.tar.gz |
Remove the 'machine mips' from DEFAULTS. Put the proper 'machine mips
mipsel' or 'machine mips mipseb' into the config file (with a few 64's
tossed in for good measure). This will let us build the proper
kernels with different worlds as part of make universe.
Diffstat (limited to 'sys/mips/sibyte')
-rw-r--r-- | sys/mips/sibyte/std.sibyte | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/sibyte/std.sibyte b/sys/mips/sibyte/std.sibyte new file mode 100644 index 0000000..3f31153 --- /dev/null +++ b/sys/mips/sibyte/std.sibyte @@ -0,0 +1,3 @@ +# $FreeBSD$ + +files "../sibyte/files.sibyte" |