comparison gcc/config/sparc/t-elf @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 # Copyright (C) 1997, 1998, 1999, 2001, 2002, 2005, 2007, 2010, 2011 1 # Copyright (C) 1997-2017 Free Software Foundation, Inc.
2 # Free Software Foundation, Inc.
3 # 2 #
4 # This file is part of GCC. 3 # This file is part of GCC.
5 # 4 #
6 # GCC is free software; you can redistribute it and/or modify 5 # 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 6 # it under the terms of the GNU General Public License as published by
15 # 14 #
16 # You should have received a copy of the GNU General Public License 15 # You should have received a copy of the GNU General Public License
17 # along with GCC; see the file COPYING3. If not see 16 # along with GCC; see the file COPYING3. If not see
18 # <http://www.gnu.org/licenses/>. 17 # <http://www.gnu.org/licenses/>.
19 18
20 LIB1ASMSRC = sparc/lb1spc.asm 19 MULTILIB_OPTIONS = msoft-float mcpu=v8 mflat
21 LIB1ASMFUNCS = _mulsi3 _divsi3 _modsi3 20 MULTILIB_DIRNAMES = soft v8 flat
22
23 # We want fine grained libraries, so use the new code to build the
24 # floating point emulation libraries.
25 FPBIT = fp-bit.c
26 DPBIT = dp-bit.c
27
28 dp-bit.c: $(srcdir)/config/fp-bit.c
29 cat $(srcdir)/config/fp-bit.c > dp-bit.c
30
31 fp-bit.c: $(srcdir)/config/fp-bit.c
32 echo '#define FLOAT' > fp-bit.c
33 cat $(srcdir)/config/fp-bit.c >> fp-bit.c
34
35 MULTILIB_OPTIONS = msoft-float mcpu=v8
36 MULTILIB_DIRNAMES = soft v8
37 MULTILIB_MATCHES = msoft-float=mno-fpu 21 MULTILIB_MATCHES = msoft-float=mno-fpu
38
39 LIBGCC = stmp-multilib
40 INSTALL_LIBGCC = install-multilib