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
44e95b19
Commit
44e95b19
authored
Feb 10, 1999
by
Richard Henderson
Committed by
Richard Henderson
Feb 10, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (alphaev6*): Fix typo in target_cpu_default2.
From-SVN: r25132
parent
d25346e7
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 @
44e95b19
Wed
Feb
10
11
:
03
:
22
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
configure
.
in
(
alphaev6
*
)
:
Fix
typo
in
target_cpu_default2
.
Wed
Feb
10
13
:
59
:
18
1999
Dave
Brolley
<
brolley
@cygnus
.
com
>
*
mbchar
.
c
(
local_mb_cur_max
)
:
Handle
the
case
where
MB_CUR_MAX
is
0
.
...
...
gcc/configure
View file @
44e95b19
This diff is collapsed.
Click to expand it.
gcc/configure.in
View file @
44e95b19
...
...
@@ -3265,7 +3265,7 @@ changequote([,])dnl
alpha*-*-*)
case $machine in
alphaev6*)
target_cpu_default2="MASK_CPU_EV6|MASK_B
XW
|MASK_CIX|MASK_MAX"
target_cpu_default2="MASK_CPU_EV6|MASK_B
WX
|MASK_CIX|MASK_MAX"
;;
alphapca56*)
target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
...
...
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