summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.i386
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-02-04 18:24:25 +0000
committerimp <imp@FreeBSD.org>2014-02-04 18:24:25 +0000
commitfdc52c1fa04b64b01ee1dd7359d122b2ccb43cea (patch)
treefad85c15f4822275f50ee63a7a7825b21632de16 /sys/conf/Makefile.i386
parent3cf9b263cdd1c3eb449f87f1f03c00efdcb0938c (diff)
downloadFreeBSD-src-fdc52c1fa04b64b01ee1dd7359d122b2ccb43cea.zip
FreeBSD-src-fdc52c1fa04b64b01ee1dd7359d122b2ccb43cea.tar.gz
Bump the version of config to the latest (3 year old, so upgrade
worries are long past). Also remove redundant MACHINE= declarations and passing MACHINE/MACHINE_ARCH to module builds. That's now done in common code.
Diffstat (limited to 'sys/conf/Makefile.i386')
-rw-r--r--sys/conf/Makefile.i3866
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 4651e8d..e2f72bf 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
-%VERSREQ= 600004
+%VERSREQ= 600012
STD8X16FONT?= iso
@@ -32,10 +32,6 @@ S= ../../..
INCLUDES+= -I$S/contrib/libfdt
-MACHINE=i386
-
-MKMODULESENV+= MACHINE=${MACHINE}
-
# XXX: clang integrated-as doesn't grok .codeNN directives yet
ASM_CFLAGS.acpi_wakecode.S= ${CLANG_NO_IAS}
ASM_CFLAGS.mpboot.s= ${CLANG_NO_IAS}
OpenPOWER on IntegriCloud