comparison gcc/config/rx/t-rx @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
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 Free Software Foundation, Inc. 2 # Copyright (C) 2008, 2009, 2010 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 = m32bit-doubles mbig-endian-data 23 MULTILIB_OPTIONS = m64bit-doubles nofpu mbig-endian-data
24 MULTILIB_DIRNAMES = 32fp big-endian-data 24 MULTILIB_DIRNAMES = 64-bit-double no-fpu-libs big-endian-data
25 MULTILIB_MATCHES = m32bit-doubles=fpu 25
26 MULTILIB_MATCHES = nofpu=mnofpu nofpu=mcpu?rx200 nofpu=mcpu?RX200
27
26 MULTILIB_EXCEPTIONS = 28 MULTILIB_EXCEPTIONS =
27 MULTILIB_EXTRA_OPTS = 29 MULTILIB_EXTRA_OPTS =
28 30
29 LIBGCC = stmp-multilib 31 LIBGCC = stmp-multilib
30 INSTALL_LIBGCC = install-multilib 32 INSTALL_LIBGCC = install-multilib