comparison gcc/config/rx/t-rx @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents b7f97abdc517
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 # Makefile fragment for building GCC for the Renesas RX target. 1 # Makefile fragment for building GCC for the Renesas RX target.
2 # Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. 2 # Copyright (C) 2008-2017 Free Software Foundation, Inc.
3 # Contributed by Red Hat. 3 # Contributed by Red Hat.
4 # 4 #
5 # This file is part of GCC. 5 # This file is part of GCC.
6 # 6 #
7 # GCC is free software; you can redistribute it and/or modify it 7 # GCC is free software; you can redistribute it and/or modify it
18 # License along with GCC; see the file COPYING3. If not see 18 # License along with GCC; see the file COPYING3. If not see
19 # <http://www.gnu.org/licenses/>. 19 # <http://www.gnu.org/licenses/>.
20 20
21 # Enable multilibs: 21 # Enable multilibs:
22 22
23 MULTILIB_OPTIONS = m64bit-doubles nofpu mbig-endian-data 23 MULTILIB_OPTIONS = m64bit-doubles mnofpu mbig-endian-data mpid
24 MULTILIB_DIRNAMES = 64-bit-double no-fpu-libs big-endian-data 24 MULTILIB_DIRNAMES = 64-bit-double no-fpu-libs big-endian-data pid
25 25
26 MULTILIB_MATCHES = nofpu=mnofpu nofpu=mcpu?rx200 nofpu=mcpu?RX200 26 # If necessary uncomment the next two lines to generate multilibs
27 # using the old, broken, ABI.
28 # MULTILIB_OPTIONS += mgcc-abi
29 # MULTILIB_DIRNAMES += gcc-abi
30
31 MULTILIB_OPTIONS += mno-allow-string-insns
32 MULTILIB_DIRNAMES += no-strings
33
34 MULTILIB_MATCHES = nofpu=mnofpu nofpu=mcpu?rx200 nofpu=mcpu?rx100
27 35
28 MULTILIB_EXCEPTIONS = 36 MULTILIB_EXCEPTIONS =
29 MULTILIB_EXTRA_OPTS = 37 MULTILIB_EXTRA_OPTS =
30
31 LIBGCC = stmp-multilib
32 INSTALL_LIBGCC = install-multilib
33
34 EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o