diff options
author | 2013-09-11 11:07:29 +0000 | |
---|---|---|
committer | 2013-09-11 11:07:29 +0000 | |
commit | b0bb2167a0a80f0a22ea4b1be28bc7cb725296b3 (patch) | |
tree | 92579ee9f493d934bc4882cc72295c5b7876ae42 | |
parent | Sprinkle some comments which clarify the protocol/process flow. (diff) | |
download | wireguard-openbsd-b0bb2167a0a80f0a22ea4b1be28bc7cb725296b3.tar.xz wireguard-openbsd-b0bb2167a0a80f0a22ea4b1be28bc7cb725296b3.zip |
Remove unused option CPUFLAGS.
ok patrick@
-rw-r--r-- | sys/arch/armv7/conf/GENERIC-IMX | 3 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK-IMX | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/armv7/conf/GENERIC-IMX b/sys/arch/armv7/conf/GENERIC-IMX index 951f469aaf3..e1b026877fd 100644 --- a/sys/arch/armv7/conf/GENERIC-IMX +++ b/sys/arch/armv7/conf/GENERIC-IMX @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IMX,v 1.1 2013/09/06 20:45:53 patrick Exp $ +# $OpenBSD: GENERIC-IMX,v 1.2 2013/09/11 11:07:29 rapha Exp $ # # GENERIC machine description file # @@ -40,7 +40,6 @@ maxusers 32 # CPU options options CPU_ARMv7 # Support the ARMv7 -makeoptions CPUFLAGS="-mcpu=armv5" # dont have gcc v7 support yet. #option WSDISPLAY_COMPAT_USL # VT handling #option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes diff --git a/sys/arch/armv7/conf/RAMDISK-IMX b/sys/arch/armv7/conf/RAMDISK-IMX index 73345e25195..87ef8bb7b9f 100644 --- a/sys/arch/armv7/conf/RAMDISK-IMX +++ b/sys/arch/armv7/conf/RAMDISK-IMX @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IMX,v 1.1 2013/09/06 20:45:53 patrick Exp $ +# $OpenBSD: RAMDISK-IMX,v 1.2 2013/09/11 11:07:30 rapha Exp $ # # GENERIC machine description file # @@ -47,7 +47,6 @@ maxusers 32 # CPU options options CPU_ARMv7 # Support the ARMv7 -makeoptions CPUFLAGS="-mcpu=armv5" # dont have gcc v7 support yet. #option SYSCALL_DEBUG |