aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHongbo Zhang <hongbo.zhang@linaro.org>2016-02-23 16:12:46 +0800
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-04 12:14:30 +0300
commit36cae14d781ad783acaee369b1d6a798c019f19e (patch)
tree088065c2076c76761fb8ae608872bab635af3538 /configure.ac
parentcaacba8d4f1fafe8ee86efdb1ed0799be7f10125 (diff)
linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file
Currently all ODP_CACHE_LINE_SIZE macros for different architectures are held in one header file, they should be moved to their own arch file. This patch moves ODP_CACHE_LINE_SIZE for x86. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Hongbo Zhang <hongbo.zhang@linaro.org> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1f56c9c45..6ad1bfc6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -357,6 +357,7 @@ AC_MSG_RESULT([
libdir: ${libdir}
includedir: ${includedir}
testdir: ${testdir}
+ WITH_ARCH: ${WITH_ARCH}
cc: ${CC}
cppflags: ${CPPFLAGS}