aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMosè Giordano <mose@gnu.org>2021-06-18 23:46:44 +0000
committerMartin Liska <mliska@suse.cz>2021-08-03 13:24:47 +0200
commit759f3854f0fdb4add2961bfafd1ee793f392f70a (patch)
tree14163e942073aa8e29447cafea0f6cc8cd1be9d4 /gcc
parent1a830c0636472e47a7503a5ed879725149e2e728 (diff)
downloadgcc-759f3854f0fdb4add2961bfafd1ee793f392f70a.zip
gcc-759f3854f0fdb4add2961bfafd1ee793f392f70a.tar.gz
gcc-759f3854f0fdb4add2961bfafd1ee793f392f70a.tar.bz2
Fix bashism in `libsanitizer/configure.tgt'
Appending to a string variable with `+=' is a bashism and does not work in strict POSIX shells like dash. This results in the extra compilation flags not to be set correctly. This patch replaces the `+=' syntax with a simple string interpolation to append to the `EXTRA_CXXFLAGS' variable. libsanitizer/ChangeLog PR sanitizer/101111 * configure.tgt: Fix bashism in setting of `EXTRA_CXXFLAGS'.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions