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
14d269bb
Commit
14d269bb
authored
Nov 09, 2001
by
Geoffrey Keating
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc: Rename stormy16 to xstormy16.
From-SVN: r46873
parent
11b161d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
gcc/config.gcc
+9
-5
No files found.
gcc/config.gcc
View file @
14d269bb
...
...
@@ -3172,11 +3172,6 @@ sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux
fi
float_format=sparc
;;
stormy16-*-elf)
tm_file="elfos.h svr4.h ${tm_file}"
tmake_file="stormy16/t-stormy16"
extra_parts="crtbegin.o crtend.o"
;;
strongarm-*-elf*)
tm_file="arm/strongarm-elf.h elfos.h arm/unknown-elf.h arm/elf.h"
tmake_file=arm/t-strongarm-elf
...
...
@@ -3273,6 +3268,15 @@ xscale-*-coff)
out_file=arm/arm.c
md_file=arm/arm.md
;;
xstormy16-*-elf)
# For historical reasons, the target files omit the 'x'.
tm_file="elfos.h svr4.h stormy16/stormy16.h"
tm_p_file=stormy16/stormy16-protos.h
md_file=stormy16/stormy16.md
out_file=stormy16/stormy16.c
tmake_file="stormy16/t-stormy16"
extra_parts="crtbegin.o crtend.o"
;;
*)
echo "Configuration $machine not supported" 1>&2
exit 1
...
...
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