summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@nathanm.com>2020-07-01 18:39:22 -0700
committerHans Kristian Rosbach <hk-github@circlestorm.org>2020-07-02 13:13:11 +0200
commitcd4e59cb7f6fc5ad666bcd7f76a4e77ed96781b2 (patch)
treece1d750bba374ab35954da0f85fd56b121f351e0 /configure
parentc073249a1aa32ae9e621ef4ded53a69160cbbe8a (diff)
Added powerpc instances to CI for configure.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure b/configure
index 53fc684..14a4152 100755
--- a/configure
+++ b/configure
@@ -1390,14 +1390,13 @@ case "${ARCH}" in
if test $without_optimizations -eq 0; then
if test $HAVE_POWER8 -eq 1; then
+ CFLAGS="${CFLAGS} -DPOWER8 -DPOWER_FEATURES -DPOWER8_VSX_ADLER32 -DPOWER8_VSX_SLIDEHASH"
+ SFLAGS="${SFLAGS} -DPOWER8 -DPOWER_FEATURES -DPOWER8_VSX_ADLER32 -DPOWER8_VSX_SLIDEHASH"
+
ARCH_STATIC_OBJS="${ARCH_STATIC_OBJS} adler32_power8.o power.o slide_hash_power8.o"
ARCH_SHARED_OBJS="${ARCH_SHARED_OBJS} adler32_power8.lo power.lo slide_hash_power8.lo"
- POWERFLAGS="-DPOWER8 -DPOWER_FEATURES -DPOWER8_VSX_ADLER32 -DPOWER8_VSX_SLIDEHASH"
fi
fi
-
- CFLAGS="${CFLAGS} ${POWERFLAGS}"
- SFLAGS="${SFLAGS} ${POWERFLAGS}"
;;
s390x)
[ ! -z $CROSS_PREFIX ] && QEMU_ARCH=s390x