From 4ab7b6a2b0a5516442af3fb79998704b60c107f9 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 14 Nov 2011 15:28:47 +0000 Subject: dale and i theorize that these days armish can safely be compiled with -mcpu=xscale ok drahn --- sys/arch/armish/conf/GENERIC | 3 ++- sys/arch/armish/conf/RAMDISK | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index bcb20bfdf34..49a7e7f46b2 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.43 2011/09/20 22:11:42 miod Exp $ +# $OpenBSD: GENERIC,v 1.44 2011/11/14 15:28:46 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -20,6 +20,7 @@ makeoptions KERNEL_BASE_VIRT="0xc0200000" options CPU_XSCALE_80321 # Support the XScale core options XSCALE_CACHE_READ_WRITE_ALLOCATE +makeoptions CPUFLAGS="-mcpu=xscale" #options PERFCTRS # performance counters diff --git a/sys/arch/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK index 79447cb6f46..0916c4b2b1e 100644 --- a/sys/arch/armish/conf/RAMDISK +++ b/sys/arch/armish/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.21 2011/09/20 22:11:42 miod Exp $ +# $OpenBSD: RAMDISK,v 1.22 2011/11/14 15:28:46 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -20,6 +20,7 @@ makeoptions KERNEL_BASE_VIRT="0xc0200000" option CPU_XSCALE_80321 # Support the XScale core option XSCALE_CACHE_READ_WRITE_ALLOCATE +makeoptions CPUFLAGS="-mcpu=xscale" #option PERFCTRS # performance counters -- cgit v1.2.3