comparison gcc/lto/Make-lang.in @ 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 # Top level -*- makefile -*- fragment for LTO 1 # Top level -*- makefile -*- fragment for LTO
2 # Copyright (C) 2009 2 # Copyright (C) 2009, 2010
3 # Free Software Foundation, Inc. 3 # Free Software Foundation, Inc.
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 7 #GCC is free software; you can redistribute it and/or modify
21 # Variables 21 # Variables
22 22
23 # The name of the LTO compiler. 23 # The name of the LTO compiler.
24 LTO_EXE = lto1$(exeext) 24 LTO_EXE = lto1$(exeext)
25 # The LTO-specific object files inclued in $(LTO_EXE). 25 # The LTO-specific object files inclued in $(LTO_EXE).
26 LTO_OBJS = lto/lto-lang.o lto/lto.o lto/lto-elf.o attribs.o 26 LTO_OBJS = lto/lto-lang.o lto/lto.o lto/$(LTO_BINARY_READER).o attribs.o
27 LTO_H = lto/lto.h $(HASHTAB_H) 27 LTO_H = lto/lto.h $(HASHTAB_H)
28 LINKER_PLUGIN_API_H = $(srcdir)/../include/plugin-api.h 28 LINKER_PLUGIN_API_H = $(srcdir)/../include/plugin-api.h
29 LTO_TREE_H = lto/lto-tree.h $(LINKER_PLUGIN_API_H) 29 LTO_TREE_H = lto/lto-tree.h $(LINKER_PLUGIN_API_H)
30 30
31 31
42 lto.install-info: 42 lto.install-info:
43 lto.dvi: 43 lto.dvi:
44 lto.pdf: 44 lto.pdf:
45 lto.install-pdf: 45 lto.install-pdf:
46 lto.html: 46 lto.html:
47 lto.install-html:
47 lto.uninstall: 48 lto.uninstall:
48 lto.info: 49 lto.info:
49 lto.man: 50 lto.man:
50 lto.srcextra: 51 lto.srcextra:
51 lto.srcman: 52 lto.srcman:
70 # Use strict warnings for this front end. 71 # Use strict warnings for this front end.
71 lto-warn = $(STRICT_WARN) 72 lto-warn = $(STRICT_WARN)
72 73
73 $(LTO_EXE): $(LTO_OBJS) $(BACKEND) $(LIBDEPS) 74 $(LTO_EXE): $(LTO_OBJS) $(BACKEND) $(LIBDEPS)
74 $(LINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ \ 75 $(LINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ \
75 $(LTO_OBJS) $(BACKEND) $(BACKENDLIBS) $(LIBS) -lelf 76 $(LTO_OBJS) $(BACKEND) $(BACKENDLIBS) $(LIBS) $(LTO_USE_LIBELF)
76 77
77 # Dependencies 78 # Dependencies
78 lto/lto-lang.o: lto/lto-lang.c $(CONFIG_H) coretypes.h debug.h \ 79 lto/lto-lang.o: lto/lto-lang.c $(CONFIG_H) coretypes.h debug.h \
79 flags.h $(GGC_H) langhooks.h $(LANGHOOKS_DEF_H) $(SYSTEM_H) \ 80 flags.h $(GGC_H) langhooks.h $(LANGHOOKS_DEF_H) $(SYSTEM_H) \
80 $(TARGET_H) $(LTO_H) $(GIMPLE_H) gtype-lto.h gt-lto-lto-lang.h \ 81 $(TARGET_H) $(LTO_H) $(GIMPLE_H) gtype-lto.h gt-lto-lto-lang.h \
82 lto/lto.o: lto/lto.c $(CONFIG_H) $(SYSTEM_H) coretypes.h opts.h \ 83 lto/lto.o: lto/lto.c $(CONFIG_H) $(SYSTEM_H) coretypes.h opts.h \
83 toplev.h $(TREE_H) $(DIAGNOSTIC_H) $(TM_H) $(LIBIBERTY_H) \ 84 toplev.h $(TREE_H) $(DIAGNOSTIC_H) $(TM_H) $(LIBIBERTY_H) \
84 $(CGRAPH_H) $(GGC_H) tree-ssa-operands.h $(TREE_PASS_H) \ 85 $(CGRAPH_H) $(GGC_H) tree-ssa-operands.h $(TREE_PASS_H) \
85 langhooks.h vec.h $(BITMAP_H) pointer-set.h $(IPA_PROP_H) \ 86 langhooks.h vec.h $(BITMAP_H) pointer-set.h $(IPA_PROP_H) \
86 $(COMMON_H) $(TIMEVAR_H) $(GIMPLE_H) $(LTO_H) $(LTO_TREE_H) \ 87 $(COMMON_H) $(TIMEVAR_H) $(GIMPLE_H) $(LTO_H) $(LTO_TREE_H) \
87 $(LTO_TAGS_H) $(LTO_STREAMER_H) 88 $(LTO_TAGS_H) $(LTO_STREAMER_H) gt-lto-lto.h
88 lto/lto-elf.o: lto/lto-elf.c $(CONFIG_H) coretypes.h $(SYSTEM_H) \ 89 lto/lto-elf.o: lto/lto-elf.c $(CONFIG_H) coretypes.h $(SYSTEM_H) \
89 toplev.h $(LTO_H) $(TM_H) $(LIBIBERTY_H) $(GGC_H) $(LTO_STREAMER_H) 90 toplev.h $(LTO_H) $(TM_H) $(LIBIBERTY_H) $(GGC_H) $(LTO_STREAMER_H)
91 lto/lto-coff.o: lto/lto-coff.c $(CONFIG_H) coretypes.h $(SYSTEM_H) \
92 toplev.h $(LTO_H) $(TM_H) $(LIBIBERTY_H) $(GGC_H) $(LTO_STREAMER_H) \
93 lto/lto-coff.h
94 lto/lto-macho.o: lto/lto-macho.c $(CONFIG_H) coretypes.h $(SYSTEM_H) \
95 toplev.h $(LTO_H) $(TM_H) $(LIBIBERTY_H) $(GGC_H) $(LTO_STREAMER_H) \
96 lto/lto-macho.h lto/lto-endian.h