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
5b547172
Commit
5b547172
authored
Feb 06, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Feb 06, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc: Remove i370 support.
From-SVN: r77369
parent
b06c20ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
21 deletions
+4
-21
gcc/ChangeLog
+4
-0
gcc/config.gcc
+0
-21
No files found.
gcc/ChangeLog
View file @
5b547172
2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
* config.gcc: Remove i370 support.
2004-02-05 Kelley Cook <kcook@gcc.gnu.org>
* doc/install.texi: Update automake and autoconf version
...
...
gcc/config.gcc
View file @
5b547172
...
...
@@ -849,27 +849,6 @@ hppa1.0-*-hpux11*)
esac
use_collect2=yes
;;
i370-*-opened*) # IBM 360/370/390 Architecture
xm_defines='FATAL_EXIT_CODE=12'
tm_file="i370/oe.h i370/i370.h"
tmake_file="i370/t-i370"
c_target_objs="i370-c.o"
cxx_target_objs="i370-c.o"
# Don't bother fixing up header files; they're weird.
;;
i370-*-mvs*)
xm_defines='FATAL_EXIT_CODE=12'
tm_file="i370/mvs.h i370/i370.h"
tmake_file="i370/t-i370"
c_target_objs="i370-c.o"
cxx_target_objs="i370-c.o"
use_fixproto=yes
;;
i370-*-linux*)
tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h i370/i370.h"
tmake_file="t-slibgcc-elf-ver t-linux"
# broken_install=yes
;;
i[34567]86-*-darwin*)
tm_file="${tm_file} i386/darwin.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