diff options
author | Warner Losh <imp@FreeBSD.org> | 2014-02-04 18:24:25 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2014-02-04 18:24:25 +0000 |
commit | ab2de2d79512185fc57aeab85702d355272fea90 (patch) | |
tree | fad85c15f4822275f50ee63a7a7825b21632de16 /sys/conf/Makefile.mips | |
parent | 96f9425f06ecc183958094ebfa079dfb1aa696d0 (diff) | |
download | src-test2-ab2de2d79512185fc57aeab85702d355272fea90.tar.gz src-test2-ab2de2d79512185fc57aeab85702d355272fea90.zip |
Notes
Diffstat (limited to 'sys/conf/Makefile.mips')
-rw-r--r-- | sys/conf/Makefile.mips | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/conf/Makefile.mips b/sys/conf/Makefile.mips index 69eea9eaff81..09eca75299ef 100644 --- a/sys/conf/Makefile.mips +++ b/sys/conf/Makefile.mips @@ -15,7 +15,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600004 +%VERSREQ= 600012 STD8X16FONT?= iso @@ -39,8 +39,6 @@ KERNLOADADDR?=0x80001000 # To be changed later TRAMPLOADADDR?=0x807963c0 -MKMODULESENV+= MACHINE=${MACHINE} MACHINE_ARCH=${MACHINE_ARCH} - # We default to the MIPS32 ISA, if none specified in the # kernel configuration file. ARCH_FLAGS?=-march=mips32 @@ -60,7 +58,6 @@ TRAMP_ELFSIZE=64 TRAMP_ELFSIZE=32 .endif -# XXX hardcoded kernel entry point ASM_CFLAGS+=${CFLAGS} -D_LOCORE -DLOCORE .if !defined(WITHOUT_KERNEL_TRAMPOLINE) |