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
a10dc289
Commit
a10dc289
authored
Aug 25, 2007
by
Hans Kester
Committed by
Uros Bizjak
Aug 25, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config.gcc: Add x86_64-elf target.
* config.gcc : Add x86_64-elf target. From-SVN: r127798
parent
e2c3721c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/config.gcc
+5
-0
No files found.
gcc/ChangeLog
View file @
a10dc289
2007-08-25 Hans Kester <hans.kester@ellips.nl>
* config.gcc : Add x86_64-elf target.
2007-08-25 Jakub Jelinek <jakub@redhat.com>
2007-08-25 Jakub Jelinek <jakub@redhat.com>
* expr.c (store_expr): Fix order of store_by_pieces arguments.
* expr.c (store_expr): Fix order of store_by_pieces arguments.
...
...
gcc/config.gcc
View file @
a10dc289
...
@@ -1071,6 +1071,11 @@ i[34567]86-*-elf*)
...
@@ -1071,6 +1071,11 @@ i[34567]86-*-elf*)
tmake_file="i386/t-i386elf t-svr4"
tmake_file="i386/t-i386elf t-svr4"
use_fixproto=yes
use_fixproto=yes
;;
;;
x86_64-*-elf*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/x86-64.h"
tmake_file="i386/t-i386elf t-svr4"
use_fixproto=yes
;;
i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
if test x$gas = xyes
if test x$gas = xyes
then
then
...
...
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