Commit 412dc842 by Matthias Klose Committed by Matthias Klose

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
parent 751a2433
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> 2012-11-26 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/54471 PR tree-optimization/54471
# do not define the multiarch name if configured for a soft-float cpu # do not define the multiarch name if configured for a soft-float cpu
# or soft-float. # 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 MULTIARCH_DIRNAME = powerpc-linux-gnu
endif endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment