2014-10-24 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / config / rs6000 / t-linux
blob0b92eba46179c5ef2ba76481d29d5fb1fd2924fc
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 8548,$(with_cpu)),,v1)
6 else
7 MULTIARCH_DIRNAME = powerpc-linux-gnu
8 endif
9 endif
11 rs6000-linux.o: $(srcdir)/config/rs6000/rs6000-linux.c
12         $(COMPILE) $<
13         $(POSTCOMPILE)