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-02-24 19:41:28 +0300
commit34541be141256b4486899847bfb00a4612d99c54 (patch)
tree90876f1e6a261502b986e39cd07134a06439da4a /configure.ac
parentd95cb5a3ab968fdaca02acc2708bb8cd96311fdd (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 1aa44d222..18a20474a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -394,6 +394,7 @@ AC_MSG_RESULT([
libdir: ${libdir}
includedir: ${includedir}
testdir: ${testdir}
+ WITH_ARCH: ${WITH_ARCH}
cc: ${CC}
cppflags: ${CPPFLAGS}