comparison gcc/config/sparc/t-linux64 @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 1 # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004,
2 # 2006 Free Software Foundation, Inc. 2 # 2006, 2010 Free Software Foundation, Inc.
3 # 3 #
4 # This file is part of GCC. 4 # This file is part of GCC.
5 # 5 #
6 # GCC is free software; you can redistribute it and/or modify 6 # GCC is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by 7 # it under the terms of the GNU General Public License as published by
15 # 15 #
16 # You should have received a copy of the GNU General Public License 16 # You should have received a copy of the GNU General Public License
17 # along with GCC; see the file COPYING3. If not see 17 # along with GCC; see the file COPYING3. If not see
18 # <http://www.gnu.org/licenses/>. 18 # <http://www.gnu.org/licenses/>.
19 19
20 # On Debian, Ubuntu and other derivative distributions, the 32bit libraries
21 # are found in /lib32 and /usr/lib32, /lib64 and /usr/lib64 are symlinks to
22 # /lib and /usr/lib, while other distributions install libraries into /lib64
23 # and /usr/lib64. The LSB does not enforce the use of /lib64 and /usr/lib64,
24 # it doesn't tell anything about the 32bit libraries on those systems. Set
25 # MULTILIB_OSDIRNAMES according to what is found on the target.
26
20 MULTILIB_OPTIONS = m64/m32 27 MULTILIB_OPTIONS = m64/m32
21 MULTILIB_DIRNAMES = 64 32 28 MULTILIB_DIRNAMES = 64 32
22 MULTILIB_OSDIRNAMES = ../lib64 ../lib 29 MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)
23 30
24 LIBGCC = stmp-multilib 31 LIBGCC = stmp-multilib
25 INSTALL_LIBGCC = install-multilib 32 INSTALL_LIBGCC = install-multilib
26 33
27 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \ 34 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \