aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-12-20 15:57:18 +0000
committerThomas Schwinge <thomas@codesourcery.com>2012-12-20 15:57:18 +0000
commit753dc6beded94f301dec2f7425dba0d22d0861b5 (patch)
treea1622d3bf32d8eaefc75f8fe23480c63e6aa1d95 /gcc/configure
parent602b4a8444b7838077daac25e2c7535e1f98dcd7 (diff)
PR bootstrap/55202
* configure.ac <PLUGIN_LD_SUFFIX>: Use POSIX shell syntax. * configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@194637 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index e2c119e735a..f4f6593114d 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -21381,8 +21381,8 @@ ORIGINAL_PLUGIN_LD_FOR_TARGET=$gcc_cv_ld
PLUGIN_LD_SUFFIX=`basename $gcc_cv_ld | sed -e "s,$target_alias-,,"`
# if the PLUGIN_LD is set ld-new, just have it as ld
# as that is the installed named.
-if test x$PLUGIN_LD_SUFFIX == xld-new \
- || test x$PLUGIN_LD_SUFFIX == xcollect-ld ; then
+if test x$PLUGIN_LD_SUFFIX = xld-new \
+ || test x$PLUGIN_LD_SUFFIX = xcollect-ld ; then
PLUGIN_LD_SUFFIX=ld
fi