comparison gcc/config/sparc/t-linux64 @ 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) 1998, 1999, 2000, 2001, 2002, 2004, 1 # Copyright (C) 1998-2017 Free Software Foundation, Inc.
2 # 2006, 2010 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
24 # it doesn't tell anything about the 32bit libraries on those systems. Set 23 # it doesn't tell anything about the 32bit libraries on those systems. Set
25 # MULTILIB_OSDIRNAMES according to what is found on the target. 24 # MULTILIB_OSDIRNAMES according to what is found on the target.
26 25
27 MULTILIB_OPTIONS = m64/m32 26 MULTILIB_OPTIONS = m64/m32
28 MULTILIB_DIRNAMES = 64 32 27 MULTILIB_DIRNAMES = 64 32
29 MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib) 28 MULTILIB_OSDIRNAMES = ../lib64$(call if_multiarch,:sparc64-linux-gnu)
30 29 MULTILIB_OSDIRNAMES += $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)$(call if_multiarch,:sparc-linux-gnu)
31 LIBGCC = stmp-multilib
32 INSTALL_LIBGCC = install-multilib
33
34 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
35 crtfastmath.o
36
37 CRTSTUFF_T_CFLAGS = `if test x$$($(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) \
38 -print-multi-os-directory) \
39 = x../lib64; then echo -mcmodel=medany; fi`