Commit 4317cc68 authored by Andres Freund's avatar Andres Freund

Fix typo in BITCODE_CXXFLAGS assignment.

Typoed-In: 5b2526c8
Reported-By: Catalin Iacob
parent a02671cf
......@@ -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
......
......@@ -447,7 +447,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment