t-linux (MULTIARCH_DIRNAME): Fix unbalanced parentheses.
[official-gcc.git] / gcc / config / rs6000 / t-linux
blob3611027ae279b042f1f6365ff903bf4b92376cea
1 # do not define the multiarch name if configured for a soft-float cpu
2 # or soft-float.
3 ifeq (,$(filter $(with_cpu),$(SOFT_FLOAT_CPUS))$(findstring soft,$(with_float)))
4 MULTIARCH_DIRNAME = powerpc-linux-gnu
5 endif