diff options
author | ian <ian@FreeBSD.org> | 2014-11-24 00:02:15 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2014-11-24 00:02:15 +0000 |
commit | 407504d39e74dc179a00fad004f2085adc4d1e91 (patch) | |
tree | ff05e2023879e1ad6cdc183501480f4f76d4d154 /sys/conf/options.arm | |
parent | e55461bc073856adc072a5584f21506d6636e5fd (diff) | |
download | FreeBSD-src-407504d39e74dc179a00fad004f2085adc4d1e91.zip FreeBSD-src-407504d39e74dc179a00fad004f2085adc4d1e91.tar.gz |
Add ARMV6 as an arm option. This will cause obscure magic in config(8)
to automatically set the armv6 option when MACHINE_ARCH is armv6. That
allows replacing ever-growing lists of cpu names as options to compile
a given file with the using either "optional armv6" or "optional !armv6".
Diffstat (limited to 'sys/conf/options.arm')
-rw-r--r-- | sys/conf/options.arm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.arm b/sys/conf/options.arm index fd32e52..433445f 100644 --- a/sys/conf/options.arm +++ b/sys/conf/options.arm @@ -1,5 +1,6 @@ #$FreeBSD$ ARM9_CACHE_WRITE_THROUGH opt_global.h +ARMV6 opt_global.h ARM_CACHE_LOCK_ENABLE opt_global.h ARM_KERN_DIRECTMAP opt_vm.h ARM_L2_PIPT opt_global.h |