diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2025-10-02 08:53:45 +0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2025-10-02 09:07:00 +0800 |
commit | aef88b83384976e96a8fb287a001588a2277ecd5 (patch) | |
tree | f72e1f4352a8826994bc7e5db1234afcf8cae805 /gdb/testsuite/gdb.python/lookup2.c | |
parent | 727a44f8583e1ef763b6580d6753e90b64017f1a (diff) | |
download | binutils-master.zip binutils-master.tar.gz binutils-master.tar.bz2 |
Replace
if test x${COMPILER_FOR_TARGET} = x"\$(CC)"; then
with
if test x"${COMPILER_FOR_TARGET}" = x"\$(CC)"; then
since COMPILER_FOR_TARGET may contain spaces when configuring GCC.
* configure: Regenerated.
config/
* clang-plugin.m4 (CLANG_PLUGIN_FILE_FOR_TARGET): Quote
${COMPILER_FOR_TARGET}.
* gcc-plugin.m4 (GCC_PLUGIN_OPTION_FOR_TARGET): Likewise.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'gdb/testsuite/gdb.python/lookup2.c')
0 files changed, 0 insertions, 0 deletions