aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-11 20:07:05 -0500
committerJack Lloyd <[email protected]>2017-12-11 20:10:54 -0500
commitb6f51a9be08df03d54411c65f9271b9a62ab5554 (patch)
tree187f84165050187d40e2e62d7f027161a6f75b2d /src/build-data
parentf2a663bbb74b18026aee07fe58e5ae29fc10d97c (diff)
Finish with the CPU feature macros
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/buildh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in
index 1e32532db..cacc01ed0 100644
--- a/src/build-data/buildh.in
+++ b/src/build-data/buildh.in
@@ -66,8 +66,8 @@
#define BOTAN_TARGET_CPU_HAS_NATIVE_64BIT
%{endif}
-%{for cpu_defines}
-#define BOTAN_%{i}
+%{for cpu_features}
+#define BOTAN_TARGET_SUPPORTS_%{i|upper}
%{endfor}
%{if with_valgrind}