From ebd36ca42d12d1bc4cbc6e50aba30783111d0088 Mon Sep 17 00:00:00 2001 From: andrew Date: Sat, 18 Aug 2012 05:48:19 +0000 Subject: Set machine correctly on ARM. This allows universe to use the correct world when building each kernel. Reviewed by: imp --- sys/arm/at91/std.at91 | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/arm/at91/std.at91') diff --git a/sys/arm/at91/std.at91 b/sys/arm/at91/std.at91 index 3f91330..baeea47 100644 --- a/sys/arm/at91/std.at91 +++ b/sys/arm/at91/std.at91 @@ -2,6 +2,7 @@ files "../at91/files.at91" cpu CPU_ARM9 +machine arm makeoptions CONF_CFLAGS=-mcpu=arm9 options PHYSADDR=0x20000000 options NO_EVENTTIMERS -- cgit v1.1