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
98bd9f0f
Commit
98bd9f0f
authored
Apr 05, 1998
by
Don Bowman
Committed by
Jeff Law
Apr 05, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (mips-wrs-vxworks): New target.
From-SVN: r19005
parent
80cd3eca
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
+20
-0
gcc/ChangeLog
+4
-0
gcc/configure
+8
-0
gcc/configure.in
+8
-0
No files found.
gcc/ChangeLog
View file @
98bd9f0f
Sun Apr 5 16:53:37 1998Don Bowman <don@pixsci.com>
* configure.in (mips-wrs-vxworks): New target.
Sat Apr 4 23:34:32 PST 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
...
...
gcc/configure
View file @
98bd9f0f
...
...
@@ -3340,6 +3340,14 @@ for machine in $build $host $target; do
thread_file
=
'irix'
fi
;;
mips-wrs-vxworks
)
tm_file
=
"mips/elf.h libgloss.h"
tmake_file
=
mips/t-ecoff
gas
=
yes
gnu_ld
=
yes
extra_parts
=
"crtbegin.o crtend.o"
# thread_file='vxworks'
;;
mips-sgi-irix5cross64
)
# Irix5 host, Irix 6 target, cross64
tm_file
=
"mips/iris6.h mips/cross64.h"
xm_defines
=
"USG HAVE_INTTYPES_H"
...
...
gcc/configure.in
View file @
98bd9f0f
...
...
@@ -1657,6 +1657,14 @@ for machine in $build $host $target; do
thread_file='irix'
fi
;;
mips-wrs-vxworks)
tm_file="mips/elf.h libgloss.h"
tmake_file=mips/t-ecoff
gas=yes
gnu_ld=yes
extra_parts="crtbegin.o crtend.o"
# thread_file='vxworks'
;;
mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
tm_file="mips/iris6.h mips/cross64.h"
xm_defines="USG HAVE_INTTYPES_H"
...
...
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