Comments
Patch
2012-11-26 Matthias Klose <doko@ubuntu.com>
* config/rs6000/t-linux (MULTIARCH_DIRNAME): Fix unbalanced
parentheses.
===================================================================
@@ -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