Commit a10dc289 by Hans Kester Committed by Uros Bizjak

config.gcc: Add x86_64-elf target.

        * config.gcc : Add x86_64-elf target.

From-SVN: r127798
parent e2c3721c
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.
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment