summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndres Freund2018-03-21 21:34:29 +0000
committerAndres Freund2018-03-21 21:34:29 +0000
commit3c09a72b86e3b86d579b96a6685636e926f36d33 (patch)
tree8ce4ad32eb5f8ca8fa99f6d99f5f364a21e9fe2a /configure
parent1b7b675efeca4ad220cfc12e59d9c8736883bbba (diff)
Fix typo setting BITCODE_CXXFLAGS.jit
Reported-By: Catalin Iacob
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b0c05c476e..a10f4fe858 100755
--- a/configure
+++ b/configure
@@ -5114,7 +5114,7 @@ fi
if test "$ac_env_BITCODE_CXXFLAGS_set" = set; then
BITCODE_CXXFLAGS=$ac_env_BITCODE_CXXFLAGS_value
else
- BITCODE_CXXFLAGS="-O2 BITCODE_CXXFLAGS"
+ BITCODE_CXXFLAGS="-O2 $BITCODE_CXXFLAGS"
fi
# C[XX]FLAGS we determined above will be added back at the end