comparison gcc/config/t-darwin @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children b7f97abdc517
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
2 # Free Software Foundation, Inc.
3 #
4 # This file is part of GCC.
5 #
6 # GCC is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3, or (at your option)
9 # any later version.
10 #
11 # GCC is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with GCC; see the file COPYING3. If not see
18 # <http://www.gnu.org/licenses/>.
19
1 darwin.o: $(srcdir)/config/darwin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ 20 darwin.o: $(srcdir)/config/darwin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
2 $(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h $(REAL_H) insn-config.h \ 21 $(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h $(REAL_H) insn-config.h \
3 conditions.h insn-flags.h output.h insn-attr.h flags.h $(TREE_H) expr.h \ 22 conditions.h insn-flags.h output.h insn-attr.h flags.h $(TREE_H) expr.h \
4 reload.h function.h $(GGC_H) langhooks.h $(TARGET_H) $(TM_P_H) gt-darwin.h \ 23 reload.h function.h $(GGC_H) langhooks.h $(TARGET_H) $(TM_P_H) gt-darwin.h \
5 config/darwin-sections.def 24 config/darwin-sections.def
6 $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/darwin.c 25 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
26 $(srcdir)/config/darwin.c
7 27
8 darwin-c.o: $(srcdir)/config/darwin-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ 28 darwin-c.o: $(srcdir)/config/darwin-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
9 $(TM_H) $(CPPLIB_H) $(TREE_H) c-pragma.h $(C_TREE_H) toplev.h $(TM_P_H) \ 29 $(TM_H) $(CPPLIB_H) $(TREE_H) c-pragma.h $(C_TREE_H) toplev.h $(TM_P_H) \
10 incpath.h flags.h $(C_COMMON_H) 30 incpath.h flags.h $(C_COMMON_H)
11 $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/darwin-c.c $(PREPROCESSOR_DEFINES) 31 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
32 $(srcdir)/config/darwin-c.c $(PREPROCESSOR_DEFINES)
12 33
13 darwin-f.o: $(srcdir)/config/darwin-f.c $(CONFIG_H) $(SYSTEM_H) coretypes.h 34 darwin-f.o: $(srcdir)/config/darwin-f.c $(CONFIG_H) $(SYSTEM_H) coretypes.h
14 $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ 35 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
15 $(srcdir)/config/darwin-f.c $(PREPROCESSOR_DEFINES) 36 $(srcdir)/config/darwin-f.c $(PREPROCESSOR_DEFINES)
16 37
17 gt-darwin.h : s-gtype ; @true 38 gt-darwin.h : s-gtype ; @true
18 39
19 darwin-driver.o: $(srcdir)/config/darwin-driver.c \ 40 darwin-driver.o: $(srcdir)/config/darwin-driver.c \
20 $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(GCC_H) 41 $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(GCC_H)
21 $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ 42 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
22 $(srcdir)/config/darwin-driver.c 43 $(srcdir)/config/darwin-driver.c
23 44
24 # How to build crt3.o 45 # How to build crt3.o
25 EXTRA_MULTILIB_PARTS=crt3.o 46 EXTRA_MULTILIB_PARTS=crt3.o
26 # Pass -fno-tree-dominator-opts to work around bug 26840. 47 # Pass -fno-tree-dominator-opts to work around bug 26840.