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
6a38414a
Commit
6a38414a
authored
May 18, 2003
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc: Clear xm_file, md_file at the beginning of each pass.
From-SVN: r66935
parent
595cac16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+2
-0
gcc/config.gcc
+4
-0
No files found.
gcc/ChangeLog
View file @
6a38414a
2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Clear xm_file, md_file at the beginning of each pass.
* config/stormy16/stormy16.h: Remove about 3000 lines of
* config/stormy16/stormy16.h: Remove about 3000 lines of
target-independent comments. Update copyright notice.
target-independent comments. Update copyright notice.
...
...
gcc/config.gcc
View file @
6a38414a
...
@@ -224,6 +224,10 @@ enable_threads=$enable_threads_flag
...
@@ -224,6 +224,10 @@ enable_threads=$enable_threads_flag
target_gtfiles=
target_gtfiles=
need_64bit_hwint=
need_64bit_hwint=
# Don't carry these over build->host->target. Please.
xm_file=
md_file=
# Obsolete configurations.
# Obsolete configurations.
case $machine in
case $machine in
dummy)
dummy)
...
...
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