diff options
author | Raphael Graf <rapha@cvs.openbsd.org> | 2013-09-11 11:07:31 +0000 |
---|---|---|
committer | Raphael Graf <rapha@cvs.openbsd.org> | 2013-09-11 11:07:31 +0000 |
commit | 9cf6c68a18f7ffed30494737266602c6717a8bab (patch) | |
tree | 1cdabdbcd9a4b472fe410021056414c63b4554e1 /sys/arch/armv7 | |
parent | c1667c0f4d5c1117cad4c8c8c01451b330fa8c0e (diff) |
Remove unused option CPUFLAGS.
ok patrick@
Diffstat (limited to 'sys/arch/armv7')
-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 |