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
77a403e4
Commit
77a403e4
authored
Apr 11, 2002
by
Richard Henderson
Committed by
Richard Henderson
Apr 11, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc (alpha*-*-linux*ecoff): Detect and reject.
From-SVN: r52188
parent
51cd12de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/config.gcc
+4
-0
No files found.
gcc/ChangeLog
View file @
77a403e4
2002-04-11 Richard Henderson <rth@redhat.com>
* config.gcc (alpha*-*-linux*ecoff): Detect and reject.
2002-04-11 David O'Brien <obrien@FreeBSD.org>
* config.gcc (alpha*-*-openbsd, alpha64-dec-*vms,alpha*-dec-*vms):
...
...
gcc/config.gcc
View file @
77a403e4
...
...
@@ -461,6 +461,10 @@ alpha-*-interix)
#prefix='$$INTERIX_ROOT'/usr/contrib
#local_prefix='$$INTERIX_ROOT'/usr/contrib
;;
alpha*-*-linux*ecoff*)
echo "Configuration $machine no longer supported" 1>&2
exit 1
;;
alpha*-*-linux*libc1*)
tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
target_cpu_default="MASK_GAS"
...
...
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