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
fbb5ed67
Commit
fbb5ed67
authored
Mar 05, 1998
by
Richard Henderson
Committed by
Richard Henderson
Mar 05, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (target_cpu_default2): Correct typo for alphapca56.
From-SVN: r18424
parent
217fc4e6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/configure
+0
-0
gcc/configure.in
+1
-1
No files found.
gcc/ChangeLog
View file @
fbb5ed67
Fri Mar 6 00:59:30 1998 Richard Henderson <rth@cygnus.com>
* configure.in (target_cpu_default2): Correct typo for alphapca56.
Thu Mar 5 23:24:50 1998 Jeffrey A Law (law@cygnus.com)
Doug Evans (devans@cygnus.com)
...
...
gcc/configure
View file @
fbb5ed67
This diff is collapsed.
Click to expand it.
gcc/configure.in
View file @
fbb5ed67
...
...
@@ -2583,7 +2583,7 @@ for machine in $build $host $target; do
target_cpu_default2="MASK_CPU_EV6|MASK_BXW|MASK_CIX|MASK_MAX"
;;
alphapca56*)
target_cpu_default2="MASK_CPU_EV5|MASK_BWX|
T
ASK_MAX"
target_cpu_default2="MASK_CPU_EV5|MASK_BWX|
M
ASK_MAX"
;;
alphaev56*)
target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
...
...
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