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 e58b1e66512ef2678ab65bad33ae5df410f5b60c..ad6b4cc2d0a90fcc12b52a1fea36866c24acf017 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 a9f9865796aa73eb3b696e6d85f7cdf5e8a5aaf5..3611027ae279b042f1f6365ff903bf4b92376cea 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