PR c++/56838
[official-gcc.git] / gcc / config / rs6000 / t-linux
blob017a293cde3095b8a3dcda80cff6951ee05077cc
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 ifneq (,$(findstring spe,$(target)))
5 MULTIARCH_DIRNAME = powerpc-linux-gnuspe$(if $(findstring rs6000/e500-double.h, $(tm_file_list)),,v1)
6 else
7 MULTIARCH_DIRNAME = powerpc-linux-gnu
8 endif
9 endif