X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=307106b97fe8f935d00292f189be0f1128c844a9;hb=e336bbe5b25072ea65056b6779a2645a77f131ef;hp=511e9027f593fd329e84ed833219327594bc12c1;hpb=6196d3a09915524c719f0a6eee0f05ff1005cb1c;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 511e9027..307106b9 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ dnl Process this file with autoconf to produce a configure script. dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [8]) -m4_define([V_PATCH], [0]) -m4_define([V_EXTRA], [rc2]) +m4_define([V_PATCH], [1]) +dnl m4_define([V_EXTRA], []) m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH]) m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])]) m4_define([V_NAME], [[Isseki Nicho]]) @@ -236,7 +236,7 @@ AS_CASE([$host_cpu], [s390], [NO_UNALIGNED_ACCESS=1], [s390x], [NO_UNALIGNED_ACCESS=1], [arm*], [NO_UNALIGNED_ACCESS=1], - [aarch64], [NO_UNALIGNED_ACCESS=1], + [aarch64*], [NO_UNALIGNED_ACCESS=1], [mips*], [NO_UNALIGNED_ACCESS=1], [tile*], [NO_UNALIGNED_ACCESS=1], [ @@ -477,6 +477,7 @@ AC_CONFIG_FILES([ tests/benchmark/Makefile tests/utils/Makefile tests/test-app-ctx/Makefile + tests/gcc-weak-hidden/Makefile lttng-ust.pc ])