diff options
author | Warner Losh <imp@FreeBSD.org> | 2010-11-13 22:34:12 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2010-11-13 22:34:12 +0000 |
commit | 161b83b95956f47690b0c6e57d58d2d777269d02 (patch) | |
tree | ae2f9538d9fbdc5cd23100359fba15cae96fdd5a /sys/mips/alchemy/std.alchemy | |
parent | 13ec45d6449d744a84d862496feadda5caabddb9 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=215270
Diffstat (limited to 'sys/mips/alchemy/std.alchemy')
-rw-r--r-- | sys/mips/alchemy/std.alchemy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/alchemy/std.alchemy b/sys/mips/alchemy/std.alchemy index a955b6765c4d..82f08867614d 100644 --- a/sys/mips/alchemy/std.alchemy +++ b/sys/mips/alchemy/std.alchemy @@ -4,5 +4,6 @@ files "../alchemy/files.alchemy" +machine mips mipsel cpu CPU_MIPS4KC options ISA_MIPS32 |