comparison gcc/config/sparc/t-elf @ 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) 1997, 1998, 1999, 2001, 2002, 2005, 1 # Copyright (C) 1997, 1998, 1999, 2001, 2002, 2005, 2007, 2010, 2011
2 # 2007 Free Software Foundation, Inc. 2 # 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
30 30
31 fp-bit.c: $(srcdir)/config/fp-bit.c 31 fp-bit.c: $(srcdir)/config/fp-bit.c
32 echo '#define FLOAT' > fp-bit.c 32 echo '#define FLOAT' > fp-bit.c
33 cat $(srcdir)/config/fp-bit.c >> fp-bit.c 33 cat $(srcdir)/config/fp-bit.c >> fp-bit.c
34 34
35 # MULTILIB_OPTIONS should have msparclite too, but we'd have to make
36 # gas build...
37 MULTILIB_OPTIONS = msoft-float mcpu=v8 35 MULTILIB_OPTIONS = msoft-float mcpu=v8
38 MULTILIB_DIRNAMES = soft v8 36 MULTILIB_DIRNAMES = soft v8
39 MULTILIB_MATCHES = msoft-float=mno-fpu mcpu?v8=mv8 37 MULTILIB_MATCHES = msoft-float=mno-fpu
40 38
41 LIBGCC = stmp-multilib 39 LIBGCC = stmp-multilib
42 INSTALL_LIBGCC = install-multilib 40 INSTALL_LIBGCC = install-multilib
43
44 # Assemble startup files.
45 $(T)crti.o: $(srcdir)/config/sparc/sol2-ci.asm $(GCC_PASSES)
46 $(GCC_FOR_TARGET) -c -o $(T)crti.o -x assembler-with-cpp $(srcdir)/config/sparc/sol2-ci.asm
47 $(T)crtn.o: $(srcdir)/config/sparc/sol2-cn.asm $(GCC_PASSES)
48 $(GCC_FOR_TARGET) -c -o $(T)crtn.o -x assembler-with-cpp $(srcdir)/config/sparc/sol2-cn.asm