Commit 22f8f4a9 by Segher Boessenkool Committed by Segher Boessenkool

rs6000: Updates to t-linux


	* config/rs6000/t-linux: Don't handle SPE.

From-SVN: r249166
parent 37e3456a
2017-06-13 Segher Boessenkool <segher@kernel.crashing.org> 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. * config/rs6000/eabispe.h: Delete file.
2017-06-13 Segher Boessenkool <segher@kernel.crashing.org> 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
......
...@@ -4,12 +4,8 @@ ifeq (,$(filter $(with_cpu),$(SOFT_FLOAT_CPUS))$(findstring soft,$(with_float))) ...@@ -4,12 +4,8 @@ ifeq (,$(filter $(with_cpu),$(SOFT_FLOAT_CPUS))$(findstring soft,$(with_float)))
ifneq (,$(findstring powerpc64,$(target))) ifneq (,$(findstring powerpc64,$(target)))
MULTILIB_OSDIRNAMES := .=../lib64$(call if_multiarch,:powerpc64-linux-gnu) MULTILIB_OSDIRNAMES := .=../lib64$(call if_multiarch,:powerpc64-linux-gnu)
else else
ifneq (,$(findstring spe,$(target)))
MULTIARCH_DIRNAME := powerpc-linux-gnuspe$(if $(findstring 8548,$(with_cpu)),,v1)
else
MULTIARCH_DIRNAME := powerpc-linux-gnu MULTIARCH_DIRNAME := powerpc-linux-gnu
endif endif
endif
ifneq (,$(findstring powerpcle,$(target))) ifneq (,$(findstring powerpcle,$(target)))
MULTIARCH_DIRNAME := $(subst -linux,le-linux,$(MULTIARCH_DIRNAME)) MULTIARCH_DIRNAME := $(subst -linux,le-linux,$(MULTIARCH_DIRNAME))
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment