summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2011-11-14 15:28:46 +0000
committerderaadt <deraadt@openbsd.org>2011-11-14 15:28:46 +0000
commit119b56ccd621a90e4f47b164da6a7ec1b4b115c8 (patch)
treea11742a0faf77dee2d44bf3fad83e900ab4f7a32
parentUnbreak build of libpthread on hppa/hppa64 by using correct type in (diff)
downloadwireguard-openbsd-119b56ccd621a90e4f47b164da6a7ec1b4b115c8.tar.xz
wireguard-openbsd-119b56ccd621a90e4f47b164da6a7ec1b4b115c8.zip
dale and i theorize that these days armish can safely be compiled
with -mcpu=xscale ok drahn
-rw-r--r--sys/arch/armish/conf/GENERIC3
-rw-r--r--sys/arch/armish/conf/RAMDISK3
2 files changed, 4 insertions, 2 deletions
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