+2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
+
+ * config/rs6000/t-linux: Don't handle SPE.
+
2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/eabispe.h: Delete file.
ifneq (,$(findstring powerpc64,$(target)))
MULTILIB_OSDIRNAMES := .=../lib64$(call if_multiarch,:powerpc64-linux-gnu)
else
-ifneq (,$(findstring spe,$(target)))
-MULTIARCH_DIRNAME := powerpc-linux-gnuspe$(if $(findstring 8548,$(with_cpu)),,v1)
-else
MULTIARCH_DIRNAME := powerpc-linux-gnu
endif
-endif
ifneq (,$(findstring powerpcle,$(target)))
MULTIARCH_DIRNAME := $(subst -linux,le-linux,$(MULTIARCH_DIRNAME))
endif