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
c5e54ac8
Commit
c5e54ac8
authored
Aug 29, 2003
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc (i386-*-vsta): Fix obvious bogosity.
From-SVN: r70922
parent
5650fd39
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/config.gcc
+2
-2
No files found.
gcc/ChangeLog
View file @
c5e54ac8
2003-08-29 Nathanael Nerode <neroden@gcc.gnu.org>
2003-08-29 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc (i386-*-vsta): Fix obvious bogosity.
* fixinc/inclhack.def: Remove special cases for unsupported
* fixinc/inclhack.def: Remove special cases for unsupported
PTX 1 and PTX 2 (including i[34567]86-sequent-sysv3).
PTX 1 and PTX 2 (including i[34567]86-sequent-sysv3).
* fixinc/fixincl.x: Regenerate.
* fixinc/fixincl.x: Regenerate.
...
...
gcc/config.gcc
View file @
c5e54ac8
...
@@ -1161,8 +1161,8 @@ i[34567]86-*-sysv*) # Intel 80386's running system V
...
@@ -1161,8 +1161,8 @@ i[34567]86-*-sysv*) # Intel 80386's running system V
tmake_file="$tmake_file i386/t-crtpic"
tmake_file="$tmake_file i386/t-crtpic"
;;
;;
i386-*-vsta) # Intel 80386's running VSTa kernel
i386-*-vsta) # Intel 80386's running VSTa kernel
xm_file="
${tm_file} i386/unix.h i386/bsd.h i386/gas.h
i386/xm-vsta.h"
xm_file="i386/xm-vsta.h"
tm_file="${tm_file} i386/vsta.h"
tm_file="${tm_file} i386/
unix.h i386/bsd.h i386/gas.h i386/
vsta.h"
;;
;;
i[34567]86-*-pe | i[34567]86-*-cygwin*)
i[34567]86-*-pe | i[34567]86-*-cygwin*)
tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h"
tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.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