comparison libgcc/Makefile.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
224 # CFLAGS first is not perfect; normally setting CFLAGS should override any 224 # CFLAGS first is not perfect; normally setting CFLAGS should override any
225 # options in LIBGCC2_CFLAGS. But LIBGCC2_CFLAGS may contain -g0, and CFLAGS 225 # options in LIBGCC2_CFLAGS. But LIBGCC2_CFLAGS may contain -g0, and CFLAGS
226 # will usually contain -g, so for the moment CFLAGS goes first. We must 226 # will usually contain -g, so for the moment CFLAGS goes first. We must
227 # include CFLAGS - that's where multilib options live. 227 # include CFLAGS - that's where multilib options live.
228 INTERNAL_CFLAGS = $(CFLAGS) $(LIBGCC2_CFLAGS) $(HOST_LIBGCC2_CFLAGS) \ 228 INTERNAL_CFLAGS = $(CFLAGS) $(LIBGCC2_CFLAGS) $(HOST_LIBGCC2_CFLAGS) \
229 $(INCLUDES) @set_have_cc_tls@ 229 $(INCLUDES) @set_have_cc_tls@ @set_use_emutls@
230 230
231 MULTIDIR := $(shell $(CC) $(CFLAGS) -print-multi-directory) 231 MULTIDIR := $(shell $(CC) $(CFLAGS) -print-multi-directory)
232 MULTIOSDIR := $(shell $(CC) $(CFLAGS) -print-multi-os-directory) 232 MULTIOSDIR := $(shell $(CC) $(CFLAGS) -print-multi-os-directory)
233 233
234 MULTIOSSUBDIR := $(shell if test $(MULTIOSDIR) != .; then echo /$(MULTIOSDIR); fi) 234 MULTIOSSUBDIR := $(shell if test $(MULTIOSDIR) != .; then echo /$(MULTIOSDIR); fi)
958 rm -f $(DESTDIR)$(inst_libdir)/$$file; \ 958 rm -f $(DESTDIR)$(inst_libdir)/$$file; \
959 $(INSTALL_DATA) $$file $(DESTDIR)$(inst_libdir)/; \ 959 $(INSTALL_DATA) $$file $(DESTDIR)$(inst_libdir)/; \
960 done 960 done
961 961
962 install: install-leaf 962 install: install-leaf
963 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install 963 @: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
964 964
965 .PHONY: install install-shared install-libunwind 965 .PHONY: install install-shared install-libunwind
966 966
967 # Don't export variables to the environment, in order to not confuse 967 # Don't export variables to the environment, in order to not confuse
968 # configure. 968 # configure.