aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorYunQiang Su <syq@gcc.gnu.org>2024-06-20 07:02:47 +0800
committerYunQiang Su <syq@gcc.gnu.org>2024-06-20 07:02:47 +0800
commit6d6587bc37f2039225e4fba9acaf7b26e600e3d3 (patch)
tree9fd7e483f188b5ec35b0740c097195ac72ec8d84 /gcc/configure
parenta334189739e13f8de1f9af99f8d16970435cebc4 (diff)
downloadgcc-6d6587bc37f2039225e4fba9acaf7b26e600e3d3.zip
gcc-6d6587bc37f2039225e4fba9acaf7b26e600e3d3.tar.gz
gcc-6d6587bc37f2039225e4fba9acaf7b26e600e3d3.tar.bz2
Revert "build: Fix missing variable quotes"
This reverts commit c6a9ab8c920f297c4efd289182aef9fbc73f5906.
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index b536af6..9dc0b65 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -30239,7 +30239,7 @@ else
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_explicit_relocs_pcrel" >&5
$as_echo "$gcc_cv_as_mips_explicit_relocs_pcrel" >&6; }
-if test "x$gcc_cv_as_mips_explicit_relocs_pcrel" = "xyes"; then
+if test $gcc_cv_as_mips_explicit_relocs_pcrel = yes; then
$as_echo "#define MIPS_EXPLICIT_RELOCS MIPS_EXPLICIT_RELOCS_PCREL" >>confdefs.h