mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 22:40:16 +08:00
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
This commit is contained in:
parent
1cf537c53e
commit
565472991e
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* 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
|
||||
x86_64-*-linux*)
|
||||
tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.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"
|
||||
gnu_ld=yes
|
||||
float_format=i386
|
||||
|
3
gcc/config/i386/t-linux64
Normal file
3
gcc/config/i386/t-linux64
Normal file
@ -0,0 +1,3 @@
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user