rs6000: Updates to t-linux
* config/rs6000/t-linux: Don't handle SPE. From-SVN: r249166
This commit is contained in:
parent
37e3456afe
commit
22f8f4a943
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -4,12 +4,8 @@ ifeq (,$(filter $(with_cpu),$(SOFT_FLOAT_CPUS))$(findstring soft,$(with_float)))
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue