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
9ab346a1
Commit
9ab346a1
authored
Sep 24, 2003
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc: Move vax-*-vms* unsupported notice up with the rest.
From-SVN: r71715
parent
8b22a93b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
gcc/ChangeLog
+2
-0
gcc/config.gcc
+1
-4
No files found.
gcc/ChangeLog
View file @
9ab346a1
2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Move vax-*-vms* unsupported notice up with the rest.
* config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*,
powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*,
powerpcle-*-eabi*): Disable fixproto.
...
...
gcc/config.gcc
View file @
9ab346a1
...
...
@@ -212,6 +212,7 @@ case ${target} in
| *-*-linux*oldld* \
| *-*-rtemsaout* \
| *-*-rtemscoff* \
| vax-*-vms* \
)
echo "*** Configuration ${target} not supported" 1>&2
exit 1
...
...
@@ -2150,10 +2151,6 @@ vax-*-openbsd*)
vax-*-ultrix*) # VAXen running ultrix
tm_file="${tm_file} vax/ultrix.h"
;;
vax-*-vms*) # VAXen running VMS
echo "Configuration ${target} no longer supported" 1>&2
exit 1
;;
vax-*-*) # VAX default entry
;;
xscale-*-elf)
...
...
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