comparison gcc/config/t-darwin @ 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 f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
1 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 1 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
2 # Free Software Foundation, Inc. 2 # Free Software Foundation, Inc.
3 # 3 #
4 # This file is part of GCC. 4 # This file is part of GCC.
5 # 5 #
6 # GCC is free software; you can redistribute it and/or modify 6 # GCC is free software; you can redistribute it and/or modify
33 33
34 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
35 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ 35 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
36 $(srcdir)/config/darwin-f.c $(PREPROCESSOR_DEFINES) 36 $(srcdir)/config/darwin-f.c $(PREPROCESSOR_DEFINES)
37 37
38 gt-darwin.h : s-gtype ; @true
39
40 darwin-driver.o: $(srcdir)/config/darwin-driver.c \ 38 darwin-driver.o: $(srcdir)/config/darwin-driver.c \
41 $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(GCC_H) 39 $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(GCC_H)
42 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ 40 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
43 $(srcdir)/config/darwin-driver.c 41 $(srcdir)/config/darwin-driver.c
44 42