t-linux (MULTIARCH_DIRNAME): Fix unbalanced parentheses.

2012-11-26  Matthias Klose  <doko@ubuntu.com>

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

From-SVN: r193807
This commit is contained in:
Matthias Klose 2012-11-26 09:41:45 +00:00 committed by Matthias Klose
parent 751a243337
commit 412dc84237
2 changed files with 6 additions and 1 deletions

View 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

View 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