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
e14db015
Commit
e14db015
authored
Mar 26, 1999
by
Nick Clifton
Committed by
Nick Clifton
Mar 26, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Just include arm/vxarm.h for arm-vxworks target
From-SVN: r26001
parent
65120c40
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+5
-0
gcc/configure
+1
-1
gcc/configure.in
+1
-1
No files found.
gcc/ChangeLog
View file @
e14db015
Fri
Mar
26
16
:
02
:
37
1999
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
configure
.
in
(
arm
-*-
vxworks
*
)
:
Just
include
arm
/
vxarm
.
h
*
configure
:
Regenerate
.
1999
-
02
-
16
Scott
Bambrough
<
scottb
@corelcomputer
.
com
>
*
configure
.
in
(
arm
*-*-
linux
-
gnu
*
)
:
Set
thread_file
to
'
posix
'
if
...
...
gcc/configure
View file @
e14db015
...
...
@@ -3036,7 +3036,7 @@ for machine in $build $host $target; do
tmake_file
=
arm/t-bare
;;
arm-
*
-vxworks
*
)
tm_file
=
"arm/coff.h arm/vxarm.h"
tm_file
=
arm/vxarm.h
tmake_file
=
arm/t-bare
;;
arm-
*
-riscix1
.[01]
*
)
# Acorn RISC machine (early versions)
...
...
gcc/configure.in
View file @
e14db015
...
...
@@ -666,7 +666,7 @@ changequote([,])dnl
tmake_file=arm/t-bare
;;
arm-*-vxworks*)
tm_file=
"arm/coff.h arm/vxarm.h"
tm_file=
arm/vxarm.h
tmake_file=arm/t-bare
;;
changequote(,)dnl
...
...
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