aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
AgeCommit message (Collapse)Author
1997-02-15(COMPILERS): Moved before GCC_PASSES.Richard Kenner
(GCC_PASSES): Use $(COMPILERS) instead of cc1$(exeext). git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13642 138bc75d-0d04-0410-961f-82ee72b054a4
1997-02-12(LIBGCC2_DEBUG_CFLAGS): New macro.Jim Wilson
(LIBGCC2_CFLAGS): Use it. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13631 138bc75d-0d04-0410-961f-82ee72b054a4
1997-02-07 * Makefile.in (stmp-multilib-sub): Add missing "else true"Jeff Law
clauses to work around make bug on some systems. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13616 138bc75d-0d04-0410-961f-82ee72b054a4
1997-01-23 * Makefie.in (objc-headers): Don't try and install the headers ifMike Stump
the objc directory has been removed. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13548 138bc75d-0d04-0410-961f-82ee72b054a4
1997-01-10(FLAGS_TO_PASS): Add STAGE_PREFIX, set by configure.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13481 138bc75d-0d04-0410-961f-82ee72b054a4
1996-12-12(stamp-objlist): Handle first character of object file being a digit.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13293 138bc75d-0d04-0410-961f-82ee72b054a4
1996-12-09xJason Merrill
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13258 138bc75d-0d04-0410-961f-82ee72b054a4
1996-12-07(cppmain.o): New rule.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13237 138bc75d-0d04-0410-961f-82ee72b054a4
1996-12-07 * Makefile.in (DRIVER_DEFINES): New macro, with the macroBrendan Kehoe
definitions for the driver. (gcc.o): Make rule use $(DRIVER_DEFINES). * gcc.c (process_command) [LANG_SPECIFIC_DRIVER]: Call lang_specific_driver, passing along the addr of FATAL for errors along with our ARGC and ARGV. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13222 138bc75d-0d04-0410-961f-82ee72b054a4
1996-11-14xJason Merrill
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13154 138bc75d-0d04-0410-961f-82ee72b054a4
1996-10-29multilibJason Merrill
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13074 138bc75d-0d04-0410-961f-82ee72b054a4
1996-10-09(sdbout.o): Make dependency list match included files.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12923 138bc75d-0d04-0410-961f-82ee72b054a4
1996-09-29(installdirs): Renamed from install-dir.Richard Kenner
Create $(prefix) and $(exec_prefix) if doesn't exist. (install-float): Reflect new name for installdirs. (install-{common,info,man,libgcc,multilib,libobjc}): Likewise. (install-{include-dir,assert-h,collect2}): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12857 138bc75d-0d04-0410-961f-82ee72b054a4
1996-09-26(stmp-int-hdrs): Don't cd to srcdir before copyingJim Wilson
header files to objdir. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12849 138bc75d-0d04-0410-961f-82ee72b054a4
1996-09-23More LANG_LIB2FUNCS.Jason Merrill
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12780 138bc75d-0d04-0410-961f-82ee72b054a4
1996-09-22LANG_LIB2FUNCS and LANG_EXTRA_HEADERSJason Merrill
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12759 138bc75d-0d04-0410-961f-82ee72b054a4
1996-09-15(GCC_PASSES): Add $(exeext) to names.Richard Kenner
(FLAGS_TO_PASS): Add CLIB. (c-pragma.o): Add dependencies on except.h, function.h, defaults.h. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12712 138bc75d-0d04-0410-961f-82ee72b054a4
1996-08-26(objc-parse.y): Fix typo in name of temp file.Doug Evans
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12673 138bc75d-0d04-0410-961f-82ee72b054a4
1996-08-12Speed up genmultilib; Add MULTIB_EXTRA_OPTSMichael Meissner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12623 138bc75d-0d04-0410-961f-82ee72b054a4
1996-07-23install EH codeMike Stump
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12548 138bc75d-0d04-0410-961f-82ee72b054a4
1996-07-19(OBJS): Add dwarf2out.o.Jim Wilson
(dwarf2out.o): New rule. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12520 138bc75d-0d04-0410-961f-82ee72b054a4
1996-07-18(target_alias): New and used for all current uses of `target'.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12514 138bc75d-0d04-0410-961f-82ee72b054a4
1996-06-28(Makefile): xmake_file and tmake_file now already contain theRichard Kenner
$(srcdir)/config prefix. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12367 138bc75d-0d04-0410-961f-82ee72b054a4
1996-06-18(BOOT_LANGUAGES): New variable.Richard Kenner
(bootstrap): Use it to select languages for stage1. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12290 138bc75d-0d04-0410-961f-82ee72b054a4
1996-06-10 * Makefile (pexecute.o): Add rule.Doug Evans
(xgcc): Link in pexecute.o. (protoize,unprotoize): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12268 138bc75d-0d04-0410-961f-82ee72b054a4
1996-06-07(OBJC_THREAD_FILE): New variable.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12215 138bc75d-0d04-0410-961f-82ee72b054a4
1996-05-19(libobjc.a, sublibobjc.a): 'specs' added to dependencies.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12048 138bc75d-0d04-0410-961f-82ee72b054a4
1996-05-19(function.o): Includes bc-emit.h.Richard Kenner
(reg-stack.o): Includes insn-flags.h. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12039 138bc75d-0d04-0410-961f-82ee72b054a4
1996-05-17(gcc.o, toplev.o, $(out_object_file)): Remove MAYBE_TARGET_DEFAULT.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12013 138bc75d-0d04-0410-961f-82ee72b054a4
1996-05-17(toplev.o): Pass -DTARGET_NAME.Doug Evans
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@11991 138bc75d-0d04-0410-961f-82ee72b054a4
1996-05-17(stamp-crt{,S}): Use -o to avoid conflicts if both of these are builtRichard Kenner
in parallel. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@11987 138bc75d-0d04-0410-961f-82ee72b054a4
1996-05-06(gxx_include_dir): Change to $(prefix)/include/g++.Richard Kenner
(old_gxx_include_dir): New - defined as $(libdir)/g++-include. (cccp.o, cpplib.o): Also pass OLD_GPLUSPLUS_INCLUDE_DIR (set from $(old_gxx_include_dir)). git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@11929 138bc75d-0d04-0410-961f-82ee72b054a4
1996-04-15 * Makefile.in (xgcc): Depend on and link in choose-temp.o.Doug Evans
(collect2): Likewise. (choose-temp.o): Add. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@11788 138bc75d-0d04-0410-961f-82ee72b054a4
1996-03-25(libgcc1-test): Undo Feb 12 change.Jim Wilson
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@11613 138bc75d-0d04-0410-961f-82ee72b054a4
1996-03-20(LIB2FUNCS): Add __dummy.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@11575 138bc75d-0d04-0410-961f-82ee72b054a4
1996-03-07(USER_H): Add ginclude/va-sh.h.Jim Wilson
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@11486 138bc75d-0d04-0410-961f-82ee72b054a4
1996-03-04(CRT0STUFF_T_CFLAGS): New macro.Richard Kenner
(stamp-crt0, crt0.o, mcrt0.o): New goals. (STAGESTUFF): stamp-crt0 added. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@11425 138bc75d-0d04-0410-961f-82ee72b054a4
1996-02-13(TCFLAGS): New variable.Richard Kenner
(GCC_CFLAGS): Add $(TCFLAGS). (LIBGCC2_CFLAGS): Add -D for __GCC_FLOAT_NOT_NEEDED. (libgcc1-test): Remove -nostdlib. (float.h-cross): Don't give error #ifdef __GCC_FLOAT_NOT_NEEDED. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@11243 138bc75d-0d04-0410-961f-82ee72b054a4
1996-01-30(expr.o): Includes hard-reg-set.h.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@11122 138bc75d-0d04-0410-961f-82ee72b054a4
1996-01-16(LIBGCC2_CLFAGS): Add -DIN_LIBGCC2.Richard Kenner
(libgcc1.a): Add -DIN_LIBGCC1. (stamp-crtS): remove -fpic, use CRTSTUFF_CFLAGS_S git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@11006 138bc75d-0d04-0410-961f-82ee72b054a4
1996-01-06 * Makefile.in (MAKEINFOFLAGS): New variable.Doug Evans
(cpp.info,gcc.info): Use it. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@10945 138bc75d-0d04-0410-961f-82ee72b054a4
1995-12-27(integrate.o): Includes regs.h.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@10879 138bc75d-0d04-0410-961f-82ee72b054a4
1995-12-15(out_object_file): Add MAYBE_TARGET_DEFAULT.Stan Cox
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@10735 138bc75d-0d04-0410-961f-82ee72b054a4
1995-12-14 * Makefile.in (distclean): Delete float.hDoug Evans
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@10718 138bc75d-0d04-0410-961f-82ee72b054a4
1995-12-14(c-parse.y, objc-parse.y): Add warning that file is automatically generated.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@10713 138bc75d-0d04-0410-961f-82ee72b054a4
1995-11-30Add MULTILIB_EXCEPTIONSMichael Meissner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@10641 138bc75d-0d04-0410-961f-82ee72b054a4
1995-11-26(stamp-objlist): Change .o to $objext.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@10606 138bc75d-0d04-0410-961f-82ee72b054a4
1995-11-26(cppalloc.o): Add a rule to build it.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@10598 138bc75d-0d04-0410-961f-82ee72b054a4
1995-11-26(compare*): Add "|| true" to avoid spurious failure messages from someRichard Kenner
versions of make. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@10588 138bc75d-0d04-0410-961f-82ee72b054a4
1995-11-11(reload.o): Add dependence on output.h.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@10578 138bc75d-0d04-0410-961f-82ee72b054a4