summaryrefslogtreecommitdiffstats
path: root/sys/arm/lpc
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2012-08-18 05:48:19 +0000
committerandrew <andrew@FreeBSD.org>2012-08-18 05:48:19 +0000
commitebd36ca42d12d1bc4cbc6e50aba30783111d0088 (patch)
tree0eb97d86ab54f768af53d36fd5390d922b2bcec4 /sys/arm/lpc
parenteb095ea27f32265c9cbdb6ec2c82265c4c0f5f37 (diff)
downloadFreeBSD-src-ebd36ca42d12d1bc4cbc6e50aba30783111d0088.zip
FreeBSD-src-ebd36ca42d12d1bc4cbc6e50aba30783111d0088.tar.gz
Set machine correctly on ARM. This allows universe to use the correct world
when building each kernel. Reviewed by: imp
Diffstat (limited to 'sys/arm/lpc')
-rw-r--r--sys/arm/lpc/std.lpc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/lpc/std.lpc b/sys/arm/lpc/std.lpc
index ee5f2f3..84995ce 100644
--- a/sys/arm/lpc/std.lpc
+++ b/sys/arm/lpc/std.lpc
@@ -5,6 +5,7 @@
files "../lpc/files.lpc"
cpu CPU_ARM9
+machine arm
makeoptions CONF_CFLAGS="-march=armv5te"
options PHYSADDR=0x80000000
options STARTUP_PAGETABLE_ADDR=0x80000000
OpenPOWER on IntegriCloud