comparison gcc/config/m68k/t-linux @ 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) 2008 Free Software Foundation, Inc. 1 # Copyright (C) 2008, 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
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 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o 19 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
20 20
21 # Only include multilibs for CPUs with an MMU. 21 # Only include multilibs for 680x0 CPUs with an MMU.
22 M68K_MLIB_CPU += && match(FLAGS, "FL_MMU") 22 M68K_MLIB_CPU += && (CPU ~ "^m680") && (FLAGS ~ "FL_MMU")
23 23
24 # This rule uses MULTILIB_MATCHES to generate a definition of 24 # This rule uses MULTILIB_MATCHES to generate a definition of
25 # SYSROOT_SUFFIX_SPEC. 25 # SYSROOT_SUFFIX_SPEC.
26 sysroot-suffix.h: $(srcdir)/config/m68k/print-sysroot-suffix.sh 26 sysroot-suffix.h: $(srcdir)/config/m68k/print-sysroot-suffix.sh
27 $(SHELL) $(srcdir)/config/m68k/print-sysroot-suffix.sh \ 27 $(SHELL) $(srcdir)/config/m68k/print-sysroot-suffix.sh \