Commit 56547299 by Andreas Jaeger Committed by Andreas Jaeger

config.gcc (x86_64-*-linux): Add t-linux64 makefile fragment.

	* config.gcc (x86_64-*-linux): Add t-linux64 makefile fragment.
	* config/i386/t-linux64: New file.

From-SVN: r49610
parent 1cf537c5
2002-02-08 Andreas Jaeger <aj@suse.de>
* config.gcc (x86_64-*-linux): Add t-linux64 makefile fragment.
* config/i386/t-linux64: New file.
2002-02-08 Jakub Jelinek <jakub@redhat.com> 2002-02-08 Jakub Jelinek <jakub@redhat.com>
* c-common.c (c_expand_expr): Revert 2002-02-06 patch. * c-common.c (c_expand_expr): Revert 2002-02-06 patch.
......
...@@ -1224,7 +1224,7 @@ i[34567]86-*-linux*) # Intel 80386's running GNU/Linux ...@@ -1224,7 +1224,7 @@ i[34567]86-*-linux*) # Intel 80386's running GNU/Linux
x86_64-*-linux*) x86_64-*-linux*)
tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h \ tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h \
i386/x86-64.h i386/linux64.h" i386/x86-64.h i386/linux64.h"
tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff" tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff i386/t-linux64"
extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o" extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
gnu_ld=yes gnu_ld=yes
float_format=i386 float_format=i386
......
# On x86-64 we do not need any exports for glibc, override the settings
# from t-slibgcc-elf-ver and t-linux
SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver
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