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
f24b370a
Commit
f24b370a
authored
Aug 18, 1997
by
Mike Meissner
Committed by
Michael Meissner
Aug 18, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix --with-cpu=xxx
From-SVN: r14837
parent
1c4c5851
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+6
-0
gcc/configure
+0
-0
gcc/configure.in
+1
-1
No files found.
gcc/ChangeLog
View file @
f24b370a
Mon Aug 18 17:39:02 1997 Mike Meissner <meissner@cygnus.com>
* configure.in ({powerpc,rs6000}*-*-*, --with-cpu): Remove single
quotes around the name.
* configure: Regenerate.
Mon Aug 18 13:46:47 1997 Jim Wilson <wilson@cygnus.com>
Mon Aug 18 13:46:47 1997 Jim Wilson <wilson@cygnus.com>
* Makefile.in (stmp-multilib-sub): Fix typo in last change.
* Makefile.in (stmp-multilib-sub): Fix typo in last change.
...
...
gcc/configure
View file @
f24b370a
This diff is collapsed.
Click to expand it.
gcc/configure.in
View file @
f24b370a
...
@@ -2490,7 +2490,7 @@ for machine in $build $host $target; do
...
@@ -2490,7 +2490,7 @@ for machine in $build $host $target; do
| xrios1 | xrios2 | xrsc | xrsc1 \
| xrios1 | xrios2 | xrsc | xrsc1 \
| x601 | x602 | x603 | x603e | x604 | x604e | x620 \
| x601 | x602 | x603 | x603e | x604 | x604e | x620 \
| x403 | x505 | x801 | x821 | x823 | x860)
| x403 | x505 | x801 | x821 | x823 | x860)
target_cpu_default2="
'\"$with_cpu\"'
"
target_cpu_default2="
\"$with_cpu\"
"
;;
;;
xyes | xno)
xyes | xno)
...
...
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