mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-13 06:54:34 +08:00
t-linux64 (MULTILIB_OPTIONS): Remove mno-app-regs|mcmodel=medany.
2002-10-08 Jakub Jelinek <jakub@redhat.com> * config/sparc/t-linux64 (MULTILIB_OPTIONS): Remove mno-app-regs|mcmodel=medany. (MULTILIB_DIRNAMES, MULTILIB_OSDIRNAMES): Remove alt. (MULTILIB_EXCEPTIONS, MULTILIB_EXCLUSIONS, MULTILIB_MATCHES): Remove. (CRTSTUFF_T_CFLAGS): Define. From-SVN: r57956
This commit is contained in:
parent
11f3e4c7ca
commit
fb7d9c35db
@ -1,3 +1,11 @@
|
||||
2002-10-08 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* config/sparc/t-linux64 (MULTILIB_OPTIONS): Remove
|
||||
mno-app-regs|mcmodel=medany.
|
||||
(MULTILIB_DIRNAMES, MULTILIB_OSDIRNAMES): Remove alt.
|
||||
(MULTILIB_EXCEPTIONS, MULTILIB_EXCLUSIONS, MULTILIB_MATCHES): Remove.
|
||||
(CRTSTUFF_T_CFLAGS): Define.
|
||||
|
||||
2002-10-08 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
PR target/8087
|
||||
|
@ -1,9 +1,6 @@
|
||||
MULTILIB_OPTIONS = m64/m32 mno-app-regs|mcmodel=medany
|
||||
MULTILIB_DIRNAMES = 64 32 alt
|
||||
MULTILIB_MATCHES = mcmodel?medany=mcmodel?medmid
|
||||
MULTILIB_EXCEPTIONS = m32/mno-app-regs* m32/mcmodel=*
|
||||
MULTILIB_EXCLUSIONS = m32/!m64/mno-app-regs m32/!m64/mcmodel=medany
|
||||
MULTILIB_OSDIRNAMES = ../lib64 ../lib alt
|
||||
MULTILIB_OPTIONS = m64/m32
|
||||
MULTILIB_DIRNAMES = 64 32
|
||||
MULTILIB_OSDIRNAMES = ../lib64 ../lib
|
||||
|
||||
LIBGCC = stmp-multilib
|
||||
INSTALL_LIBGCC = install-multilib
|
||||
@ -16,3 +13,7 @@ EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
|
||||
# Avoid the t-linux version file.
|
||||
SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver \
|
||||
$(srcdir)/config/sparc/libgcc-sparc-glibc.ver
|
||||
|
||||
CRTSTUFF_T_CFLAGS = `if test x$$($(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) \
|
||||
-print-multi-os-directory) \
|
||||
= x../lib64; then echo -mcmodel=medany; fi`
|
||||
|
Loading…
Reference in New Issue
Block a user