Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
22f8f4a9
Commit
22f8f4a9
authored
Jun 13, 2017
by
Segher Boessenkool
Committed by
Segher Boessenkool
Jun 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rs6000: Updates to t-linux
* config/rs6000/t-linux: Don't handle SPE. From-SVN: r249166
parent
37e3456a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/ChangeLog
+4
-0
gcc/config/rs6000/t-linux
+0
-4
No files found.
gcc/ChangeLog
View file @
22f8f4a9
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>
...
...
gcc/config/rs6000/t-linux
View file @
22f8f4a9
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment