comparison gcc/config/arm/t-linux-eabi @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 # Copyright (C) 2005, 2009 Free Software Foundation, Inc. 1 # Copyright (C) 2005, 2009, 2010 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
22 # We do not build a Thumb multilib for Linux because the definition of 22 # 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. 23 # CLEAR_INSN_CACHE in linux-gas.h does not work in Thumb mode.
24 MULTILIB_OPTIONS = 24 MULTILIB_OPTIONS =
25 MULTILIB_DIRNAMES = 25 MULTILIB_DIRNAMES =
26 26
27 #MULTILIB_OPTIONS += mcpu=fa606te/mcpu=fa626te/mcpu=fmp626/mcpu=fa726te
28 #MULTILIB_DIRNAMES += fa606te fa626te fmp626 fa726te
29 #MULTILIB_EXCEPTIONS += *mthumb/*mcpu=fa606te *mthumb/*mcpu=fa626te *mthumb/*mcpu=fmp626 *mthumb/*mcpu=fa726te*
30
27 # Use a version of div0 which raises SIGFPE, and a special __clear_cache. 31 # Use a version of div0 which raises SIGFPE, and a special __clear_cache.
28 LIB1ASMFUNCS := $(filter-out _dvmd_tls,$(LIB1ASMFUNCS)) _dvmd_lnx _clear_cache 32 LIB1ASMFUNCS := $(filter-out _dvmd_tls,$(LIB1ASMFUNCS)) _dvmd_lnx _clear_cache
29 33
30 # Multilib the standard Linux files. Don't include crti.o or crtn.o, 34 # Multilib the standard Linux files. Don't include crti.o or crtn.o,
31 # which are provided by glibc. 35 # which are provided by glibc.