t-linux (MULTIARCH_DIRNAME): Fix unbalanced parentheses.
authorMatthias Klose <doko@ubuntu.com>
Mon, 26 Nov 2012 09:41:45 +0000 (09:41 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Mon, 26 Nov 2012 09:41:45 +0000 (09:41 +0000)
2012-11-26  Matthias Klose  <doko@ubuntu.com>

        * config/rs6000/t-linux (MULTIARCH_DIRNAME): Fix unbalanced
        parentheses.

From-SVN: r193807

gcc/ChangeLog
gcc/config/rs6000/t-linux

index e58b1e6..ad6b4cc 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-26  Matthias Klose  <doko@ubuntu.com>
+
+       * config/rs6000/t-linux (MULTIARCH_DIRNAME): Fix unbalanced
+       parentheses.
+
 2012-11-26  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/54471
index a9f9865..3611027 100644 (file)
@@ -1,5 +1,5 @@
 # do not define the multiarch name if configured for a soft-float cpu
 # or soft-float.
-ifeq (,$(filter $(with_cpu),$(SOFT_FLOAT_CPUS))$(findstring soft,$(with_float))
+ifeq (,$(filter $(with_cpu),$(SOFT_FLOAT_CPUS))$(findstring soft,$(with_float)))
 MULTIARCH_DIRNAME = powerpc-linux-gnu
 endif