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
b17bb466
Commit
b17bb466
authored
Dec 26, 2002
by
Andreas Schwab
Committed by
Andreas Schwab
Dec 26, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc (powerpc*-*-*, rs6000-*-*): Fix assignment syntax.
From-SVN: r60519
parent
aac1406f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config.gcc
+1
-1
No files found.
gcc/ChangeLog
View file @
b17bb466
2002
-
12
-
26
Andreas
Schwab
<
schwab
@suse
.
de
>
*
config
.
gcc
(
powerpc
*-*-*
,
rs6000
-*-*
)
:
Fix
assignment
syntax
.
2002
-
12
-
25
David
Edelsohn
<
edelsohn
@gnu
.
org
>
*
config
/
rs6000
/
rs6000
.
c
(
rs6000_override_options
)
:
Convert
to
...
...
gcc/config.gcc
View file @
b17bb466
...
...
@@ -2864,7 +2864,7 @@ powerpc*-*-* | rs6000-*-*)
fi
;;
esac
out_file
=
rs6000/rs6000.c
out_file
=
rs6000/rs6000.c
c_target_objs="${c_target_objs} rs6000-c.o"
cxx_target_objs="${cxx_target_objs} rs6000-c.o"
tmake_file="rs6000/t-rs6000 ${tmake_file}"
...
...
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