aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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
244 SFLAGS="${CFLAGS--O3}" 244 SFLAGS="${CFLAGS--O3}"
245 if test "$ARCHS"; then 245 if test "$ARCHS"; then
246 CFLAGS="${CFLAGS} ${ARCHS}" 246 CFLAGS="${CFLAGS} ${ARCHS}"
247 SFLAGS="${SFLAGS} ${ARCHS}"
247 LDFLAGS="${LDFLAGS} ${ARCHS}" 248 LDFLAGS="${LDFLAGS} ${ARCHS}"
248 fi 249 fi
249 if test $build64 -eq 1; then 250 if test $build64 -eq 1; then