From d380a71462f6207eaebdd9b2cb28eac8bd77c687 Mon Sep 17 00:00:00 2001 From: Nicolas Cellier Date: Mon, 4 Jan 2021 11:00:43 +0100 Subject: Add the architecture to the shared compile flags in configure. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 05bee1f4..fa539830 100755 --- a/configure +++ b/configure @@ -244,6 +244,7 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then SFLAGS="${CFLAGS--O3}" if test "$ARCHS"; then CFLAGS="${CFLAGS} ${ARCHS}" + SFLAGS="${SFLAGS} ${ARCHS}" LDFLAGS="${LDFLAGS} ${ARCHS}" fi if test $build64 -eq 1; then -- cgit v1.2.3-55-g6feb