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
a0372c94
Commit
a0372c94
authored
Jan 17, 1998
by
Mike Stump
Committed by
Jeff Law
Jan 17, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (i960-wrs-vxworks): Default to latest vxworks release.
From-SVN: r17408
parent
9677d5a4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/configure
+1
-1
gcc/configure.in
+1
-1
No files found.
gcc/ChangeLog
View file @
a0372c94
Sun Jan 18 00:57:35 1998 Mike Stump (mrs@wrs.com)
* configure.in (i960-wrs-vxworks): Default to latest vxworks release.
Sat Jan 17 23:41:36 1998 David S. Miller <davem@tanya.rutgers.edu>
* combine.c (force_to_mode, nonzero_bits): Correctly optimize
...
...
gcc/configure
View file @
a0372c94
...
...
@@ -3927,7 +3927,7 @@ for machine in $build $host $target; do
tmake_file
=
i960/t-vxworks960
use_collect2
=
yes
;;
i960-wrs-vxworks5
*
)
i960-wrs-vxworks5
*
|
i960-wrs-vxworks
)
tm_file
=
"
${
tm_file
}
dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
tmake_file
=
i960/t-vxworks960
use_collect2
=
yes
...
...
gcc/configure.in
View file @
a0372c94
...
...
@@ -1102,7 +1102,7 @@ for machine in $build $host $target; do
tmake_file=i960/t-vxworks960
use_collect2=yes
;;
i960-wrs-vxworks5*)
i960-wrs-vxworks5*
| i960-wrs-vxworks
)
tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
tmake_file=i960/t-vxworks960
use_collect2=yes
...
...
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