diff options
author | Collin Funk <collin.funk1@gmail.com> | 2024-06-13 17:53:55 -0700 |
---|---|---|
committer | YunQiang Su <syq@gcc.gnu.org> | 2024-06-19 18:45:55 +0800 |
commit | c6a9ab8c920f297c4efd289182aef9fbc73f5906 (patch) | |
tree | 4e03657ca8a8582d30d9858fed2116ac806379f4 /gcc/tree-vectorizer.h | |
parent | a73744a4f81e669d8ae72ed3bf529e1602858c88 (diff) | |
download | gcc-c6a9ab8c920f297c4efd289182aef9fbc73f5906.zip gcc-c6a9ab8c920f297c4efd289182aef9fbc73f5906.tar.gz gcc-c6a9ab8c920f297c4efd289182aef9fbc73f5906.tar.bz2 |
build: Fix missing variable quotes
When dlopen and pthread_create are in libc the variable is
set to "none required", therefore running configure will show
the following errors:
./configure: line 8997: test: too many arguments
./configure: line 8999: test: too many arguments
./configure: line 9003: test: too many arguments
./configure: line 9005: test: =: unary operator expected
gcc/configure also has a similar problem on
gcc_cv_as_mips_explicit_relocs:
./gcc/configure: line 30242: test: =: unary operator expected
ChangeLog:
* configure.ac: Quote variable result of AC_SEARCH_LIBS.
* configure: Regenerate.
gcc/ChangeLog:
* configure.ac: Add missing quotation of variable
gcc_cv_as_mips_explicit_relocs.
* configure: Regenerate.
Signed-off-by: Collin Funk <collin.funk1@gmail.com>
Diffstat (limited to 'gcc/tree-vectorizer.h')
0 files changed, 0 insertions, 0 deletions