comparison gcc/config/arm/t-linux-eabi @ 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) 2005, 2009, 2010 Free Software Foundation, Inc. 1 # Copyright (C) 2005-2017 Free Software Foundation, Inc.
2 # 2 #
3 # This file is part of GCC. 3 # This file is part of GCC.
4 # 4 #
5 # GCC is free software; you can redistribute it and/or modify 5 # GCC is free software; you can redistribute it and/or modify
6 # 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
14 # 14 #
15 # 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
16 # along with GCC; see the file COPYING3. If not see 16 # along with GCC; see the file COPYING3. If not see
17 # <http://www.gnu.org/licenses/>. 17 # <http://www.gnu.org/licenses/>.
18 18
19 # These functions are included in shared libraries.
20 TARGET_LIBGCC2_CFLAGS = -fPIC
21
22 # We do not build a Thumb multilib for Linux because the definition of 19 # We do not build a Thumb multilib for Linux because the definition of
23 # CLEAR_INSN_CACHE in linux-gas.h does not work in Thumb mode. 20 # CLEAR_INSN_CACHE in linux-gas.h does not work in Thumb mode.
21 # If you set MULTILIB_OPTIONS to a non-empty value you should also set
22 # MULTILIB_DEFAULTS in linux-elf.h.
24 MULTILIB_OPTIONS = 23 MULTILIB_OPTIONS =
25 MULTILIB_DIRNAMES = 24 MULTILIB_DIRNAMES =
25 MULTILIB_EXCEPTIONS =
26 MULTILIB_REUSE =
27 MULTILIB_MATCHES =
28 MULTILIB_REQUIRED =
26 29
27 #MULTILIB_OPTIONS += mcpu=fa606te/mcpu=fa626te/mcpu=fmp626/mcpu=fa726te 30 #MULTILIB_OPTIONS += mcpu=fa606te/mcpu=fa626te/mcpu=fmp626/mcpu=fa726te
28 #MULTILIB_DIRNAMES += fa606te fa626te fmp626 fa726te 31 #MULTILIB_DIRNAMES += fa606te fa626te fmp626 fa726te
29 #MULTILIB_EXCEPTIONS += *mthumb/*mcpu=fa606te *mthumb/*mcpu=fa626te *mthumb/*mcpu=fmp626 *mthumb/*mcpu=fa726te* 32 #MULTILIB_EXCEPTIONS += *mthumb/*mcpu=fa606te *mthumb/*mcpu=fa626te *mthumb/*mcpu=fmp626 *mthumb/*mcpu=fa726te*
30 33
31 # Use a version of div0 which raises SIGFPE, and a special __clear_cache. 34 ARM_EB = $(if $(findstring TARGET_BIG_ENDIAN_DEFAULT=1, $(tm_defines)),eb)
32 LIB1ASMFUNCS := $(filter-out _dvmd_tls,$(LIB1ASMFUNCS)) _dvmd_lnx _clear_cache 35 MULTIARCH_DIRNAME = $(call if_multiarch,arm$(ARM_EB)-linux-gnueabi$(if $(filter hard,$(with_float)),hf))
33
34 # Multilib the standard Linux files. Don't include crti.o or crtn.o,
35 # which are provided by glibc.
36 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
37
38 LIB2FUNCS_STATIC_EXTRA += $(srcdir)/config/arm/linux-atomic.c