From 4be4b991a6e885a05bd0fd82c69aa22d524115d7 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 13 Oct 1994 22:52:54 +0000 Subject: [PATCH] Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com) * Makefile.in (ALL_TARGET_MODULES): Add libstdc++. (CHECK_TARGET_MODULES): Ditto. (INSTALL_TARGET_MODULES): Ditto. (TARGET_LIBS): Ditto. (all-libstdc++): Note dependencies. --- ChangeLog | 12 ++++++++++++ Makefile.in | 11 ++++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 430c51d2fc..cff525b371 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com) + + * Makefile.in (ALL_TARGET_MODULES): Add libstdc++. + (CHECK_TARGET_MODULES): Ditto. + (INSTALL_TARGET_MODULES): Ditto. + (TARGET_LIBS): Ditto. + (all-libstdc++): Note dependencies. + +Thu Oct 13 01:43:08 1994 Ken Raeburn + + * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas. + Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com) * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of diff --git a/Makefile.in b/Makefile.in index 52fa8e2acb..aaff5d56bf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -510,6 +510,7 @@ ALL_TARGET_MODULES = \ all-chillrt \ $(end-sanitize-chill) \ all-libio \ + all-libstdc++ \ all-librx \ all-libg++ \ all-newlib \ @@ -522,6 +523,7 @@ CHECK_TARGET_MODULES = \ check-chillrt \ $(end-sanitize-chill) \ check-libio \ + check-libstdc++ \ check-libg++ \ check-newlib \ check-xiberty @@ -533,15 +535,16 @@ INSTALL_TARGET_MODULES = \ install-chillrt \ $(end-sanitize-chill) \ install-libio \ + install-libstdc++ \ install-libg++ \ install-newlib \ install-xiberty # This is a shell case of all modules which are compiled using # $(TARGET_FLAGS_TO_PASS), used in the do-X rule. -TARGET_LIBS = libio | librx | libg++ | newlib | xiberty +TARGET_LIBS = libio | libstdc++ | librx | libg++ | newlib | xiberty # start-sanitize-chill -TARGET_LIBS = chillrt | libio | librx | libg++ | newlib | xiberty +TARGET_LIBS = chillrt | libio | libstdc++ | librx | libg++ | newlib | xiberty # end-sanitize-chill # The first rule in the file had better be this one. Don't put any above it. @@ -920,6 +923,8 @@ all-libg++: all-gas all-pagas all-ld all-gcc all-xiberty all-newlib \ all-libio all-librx all-libio: all-gas all-pagas all-ld all-gcc all-xiberty all-newlib all-libiberty: +all-libstdc++: all-gas all-pagas all-ld all-gcc all-xiberty all-newlib \ + all-libio all-m4: all-libiberty all-make: all-libiberty all-mmalloc: @@ -1109,7 +1114,7 @@ gas.tar.gz: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas # The FSF "binutils" release includes gprof and ld. .PHONY: binutils.tar.gz -BINUTILS_SUPPORT_DIRS= bfd include libiberty opcodes ld gprof +BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof binutils.tar.gz: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils $(MAKE) -f Makefile.in taz TOOL=binutils \ SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)" -- 2.34.1