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
cf6ede82
Commit
cf6ede82
authored
23 years ago
by
Aldy Hernandez
Committed by
Aldy Hernandez
23 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc: Add powerpc-*-eabisimaltivec*.
From-SVN: r48084
parent
2c5187c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/config.gcc
+6
-0
No files found.
gcc/ChangeLog
View file @
cf6ede82
2001
-
12
-
16
Aldy
Hernandez
<
aldyh
@redhat
.
com
>
*
config
.
gcc
:
Add
powerpc
-*-
eabisimaltivec
*
.
2001
-
12
-
16
Neil
Booth
<
neil
@daikokuya
.
demon
.
co
.
uk
>
*
c
-
common
.
c
,
c
-
common
.
h
(
back_end_hook
)
:
Remove
.
...
...
This diff is collapsed.
Click to expand it.
gcc/config.gcc
View file @
cf6ede82
...
...
@@ -2711,6 +2711,12 @@ powerpc-*-eabiaix*)
tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
extra_headers=ppc-asm.h
;;
powerpc-*-eabisimaltivec*)
xm_defines=POSIX
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h rs6000/eabialtivec.h"
tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
extra_headers=ppc-asm.h
;;
powerpc-*-eabisim*)
xm_defines=POSIX
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
...
...
This diff is collapsed.
Click to expand it.
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