summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/t-linux
blob: 62a5b94138968096dcc0d2d665b13568dcad025a (plain)
1
2
3
4
5
6
7
8
9
# 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)))
ifneq (,$(findstring spe,$(target)))
MULTIARCH_DIRNAME = powerpc-linux-gnuspe$(if $(findstring 8548,$(with_cpu)),,v1)
else
MULTIARCH_DIRNAME = powerpc-linux-gnu
endif
endif