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
b3422074
Commit
b3422074
authored
Sep 02, 2003
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc: Remove host-specific rewrites of target_alias.
From-SVN: r70991
parent
9b0f6145
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
18 deletions
+4
-18
gcc/ChangeLog
+4
-0
gcc/config.gcc
+0
-18
No files found.
gcc/ChangeLog
View file @
b3422074
2003-09-02 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Remove host-specific rewrites of target_alias.
2003-09-01 Mark Mitchell <mark@codesourcery.com>
* Makefile.in (genprogs): Fix typo.
...
...
gcc/config.gcc
View file @
b3422074
...
...
@@ -562,13 +562,6 @@ alpha64-dec-*vms*)
tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
xm_file="alpha/xm-vms.h"
tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
# This removes the cpu type and manufacturer components and
# replaces "." with "_" in the operating system version.
case $host in *-*-*vms*)
target_alias=`echo $host \
| sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
;;
esac
prefix=/gnu
local_prefix=/gnu
;;
...
...
@@ -576,13 +569,6 @@ alpha*-dec-*vms*)
tm_file="${tm_file} alpha/vms.h"
xm_file=alpha/xm-vms.h
tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
# This removes the cpu type and manufacturer components and
# replaces "." with "_" in the operating system version.
case $host in *-*-*vms*)
target_alias=`echo $host \
| sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
;;
esac
prefix=/gnu
local_prefix=/gnu
;;
...
...
@@ -955,10 +941,6 @@ i[34567]86-pc-msdosdjgpp*)
tmake_file=i386/t-djgpp
gnu_ld=yes
gas=yes
case $host in *pc-msdosdjgpp*)
target_alias=djgpp
;;
esac
;;
i[34567]86-moss-msdos* | i[34567]86-*-moss*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.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