aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
1995-08-13(main): When concat gcc_exec_prefix and standard_startfile_prefix, putRichard Kenner1-2/+4
1995-07-26(MULTILIB_DIRS): Provide default if not defined.Richard Kenner1-8/+91
1995-07-18(default_compilers, cpp): Specify -lang-c89 if -ansi is given.Richard Kenner1-2/+2
1995-07-10(p{fatal,error}_with_name, perror_exec): Quote filename.Richard Kenner1-4/+5
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-06-12(link_command_spec): Undo patch of May 11.Doug Evans1-6/+8
1995-06-06(do_spec_1, case 'g'): Handle %O as suffix if MKTEMP_EACH_FILE.Richard Kenner1-1/+2
1995-05-23(link_command_spec): Move ENDFILE_SPEC from -nostdlib to -nostartfiles.Doug Evans1-2/+4
1995-05-22(HAVE_OBJECT_SUFFIX): New macro.Richard Kenner1-7/+22
1995-05-16(fix_argv): Removed call to free.Richard Kenner1-8/+7
1995-05-14(default_compilers): Remove entries for Ada, C++, Chill, and Fortran;Richard Kenner1-106/+1
1995-05-12(link_command_spec): Make -nostdlib no longer imply -nostartfiles.Doug Evans1-2/+2
1995-04-25(main): Pass INIT_ENVIRONMENT to putenv.Jim Wilson1-0/+5
1995-04-21(default_compilers): Pass -I to gnat1.Richard Kenner1-1/+1
1995-04-07(OBJECT_SUFFIX): Default now ".o", not "o".Richard Kenner1-15/+15
1995-04-02(default_compilers): Pass -W and -w to gnat1.Richard Kenner1-1/+1
1995-04-01(print_multilib_info): Don't use LAST_PATH if not set.Richard Kenner1-2/+2
1995-03-29(process_command): Delete code modifying gcc_exec_prefix.Jim Wilson1-13/+21
1995-03-27Removed __NetBSD__ from conditional.Richard Kenner1-4/+30
1995-03-16Move SunOS 4 assembler flags from default_compilers into ASM_SPEC.Jason Merrill1-11/+11
1995-02-25(print_search_dirs): New variable.Doug Evans1-11/+47
1995-02-22(SWITCH_TAKES_ARG): Add `x'.Richard Kenner1-8/+8
1995-02-21(default_compilers): Remove rule for ".ada".Richard Kenner1-2/+2
1995-02-21(fix_argv): Rewrite.Richard Kenner1-32/+35
1995-02-21(read_specs): Use length read when inserting zero.Richard Kenner1-2/+5
1995-02-21(default_compilers): Add entries for .f and .F.Richard Kenner1-0/+38
1995-02-11Update comment.Richard Kenner1-1/+1
1995-02-11(specs): Use %O instead of "o" for object file suffix.Richard Kenner1-10/+21
1995-01-13(execute): Don't wait for just any N subprocesses...Richard Kenner1-22/+25
1994-12-29(print_multilib_info): Initialize last_path_len to 0.Jim Wilson1-1/+2
1994-12-09* gcc.c (default_compilers): Add support for Chill (.ch and .chi).Per Bothner1-0/+20
1994-11-19Shared library support.Jason Merrill1-15/+33
1994-11-16(main): For -V output, give both driver and compiler versions, if theyRichard Kenner1-1/+6
1994-11-07(process_command): Ignore LIBRARY_PATH and LPATH if cross-compiler.Richard Kenner1-2/+2
1994-10-27(process_command): Don't forget to split -Wl arguments at commas.Torbjorn Granlund1-2/+19
1994-10-27(process_command): Handle -Wl, and -Xlinker similar to -l,Torbjorn Granlund1-61/+33
1994-10-20(STARTFILE_SPEC): Wrap startfiles in %{!shared:}.Jason Merrill1-1/+1
1994-10-18(default_compilers): Treat files with an extension of .c++Jason Merrill1-0/+1
1994-10-05Define O_RDONLY if not already defined and use it in read_specs's callMichael Bushnell1-1/+6
1994-10-04If the POSIX.1 wait macros are defined, use them.Ian Lance Taylor1-3/+18
1994-10-01Install omitted hunk from last diff.Richard Kenner1-1/+1
1994-10-01(process_command): Fix typo.Doug Evans1-1/+1
1994-09-30Don't include sys/file.h for winnt; use process.h instead.Richard Kenner1-121/+231
1994-09-29(default_compilers): Add %Z to all cpp specs.Jim Wilson1-7/+56
1994-09-29(struct option_map): Sort in alphabetical order.Richard Kenner1-63/+87
1994-09-20(process_command): Add new switch, -dumpmachine.Richard Kenner1-0/+5
1994-09-15Rework last change so it's done like collect2.c.Richard Kenner1-2/+6
1994-09-14Include <sys/errno.h> in case `errno' is a macro defined there.Michael Bushnell1-0/+1
1994-07-22DJ patches for MSDOSMichael Meissner1-5/+5
1994-07-18(process_command): When have -BstageN option, pass includeJim Wilson1-3/+12