Skip to content

Commit 4317cc6

Browse files
committed
Fix typo in BITCODE_CXXFLAGS assignment.
Typoed-In: 5b2526c Reported-By: Catalin Iacob
1 parent a02671c commit 4317cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5114,7 +5114,7 @@ fi
51145114
if test "$ac_env_BITCODE_CXXFLAGS_set" = set; then
51155115
BITCODE_CXXFLAGS=$ac_env_BITCODE_CXXFLAGS_value
51165116
else
5117-
BITCODE_CXXFLAGS="-O2 BITCODE_CXXFLAGS"
5117+
BITCODE_CXXFLAGS="-O2 $BITCODE_CXXFLAGS"
51185118
fi
51195119

51205120
# C[XX]FLAGS we determined above will be added back at the end

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ fi
447447
if test "$ac_env_BITCODE_CXXFLAGS_set" = set; then
448448
BITCODE_CXXFLAGS=$ac_env_BITCODE_CXXFLAGS_value
449449
else
450-
BITCODE_CXXFLAGS="-O2 BITCODE_CXXFLAGS"
450+
BITCODE_CXXFLAGS="-O2 $BITCODE_CXXFLAGS"
451451
fi
452452

453453
# C[XX]FLAGS we determined above will be added back at the end

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy