aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
Commit message (Expand)AuthorAgeFilesLines
* Break some things used by the front-ends from Makefile.inc that cannotDavid E. O'Brien2002-04-061-0/+1
* Build and install collect2. This is needed for some C++ programs.David E. O'Brien2002-04-062-0/+26
* Break some things out of Makefile.inc that cannot be used build-wideDavid E. O'Brien2002-04-061-0/+1
* Expand the toolchain a little bit.David E. O'Brien2002-04-062-0/+14
* A little more reorg.David E. O'Brien2002-04-051-4/+5
* Minor reorg.David E. O'Brien2002-04-041-3/+2
* Minor style tweak.David E. O'Brien2002-04-042-2/+2
* Remove some local cruft that snuck in yesterday.David E. O'Brien2002-04-041-1/+0
* Make the sed line a little bit more clear (it will get messier later).David E. O'Brien2002-04-042-2/+4
* Set NOSHARED conditionally.David E. O'Brien2002-04-043-3/+3
* Clean up the YACCing. I don't know why we cannot leave the .y's as .y's.David E. O'Brien2002-04-043-9/+5
* Remove duplicate objc-parse.h. While we are at it, just spell it correctlyDavid E. O'Brien2002-04-041-5/+5
* Get rid of GCC_ARCH, and just use plain TARGET_ARCH.David E. O'Brien2002-04-043-22/+22
* Remove some 1996 GCC 2.6.3 cruft for building a shared cc_int lib.David E. O'Brien2002-04-032-5/+1
* Properly get the version number after the 2.95.4 upgrade.David E. O'Brien2002-03-211-1/+2
* Move the creation of the insn-*.c files from cc_tools to cc_int.David E. O'Brien2002-03-022-7/+13
* Use libgcc_p.a when -pg is in effect.David E. O'Brien2002-02-241-0/+4
* Allow for better control over the GCC front-end when building a crossDavid E. O'Brien2002-02-201-0/+5
* Clean up the style a little bit.David E. O'Brien2002-02-201-8/+3
* Do not define a 'MD_EXEC_PREFIX'. It is not needed, not used in theDavid E. O'Brien2002-02-201-8/+2
* We need to build ``.depend'' early in the "build-tools" for the GCCDavid E. O'Brien2001-09-271-0/+2
* I am no longer the FreeBSD GCC maintainer.David E. O'Brien2001-09-101-4/+0
* Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integerDavid E. O'Brien2001-08-161-0/+4
* Remove MIPS support.David E. O'Brien2001-04-111-5/+0
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-272-2/+2
* Note rules of enguagement.David E. O'Brien2001-03-151-0/+4
* Include `dbxelf.h' via tm.h (the approved FSF/GNU way) vs. in our MI header.David E. O'Brien2001-03-021-1/+2
* Define "FREEBSD_NATIVE" in the freebsd-native header to reduce the amountDavid E. O'Brien2001-03-022-1/+4
* Do not need to define "VERSION" here -- we do it on the command line.David E. O'Brien2001-03-011-3/+0
* Allow "NOSHARED" to be overridden.David E. O'Brien2001-02-282-2/+2
* Make `cc' and `cpp0' staticly linked binaries in this development versionDavid E. O'Brien2001-02-172-0/+2
* Use a unified libgcc rather than a seperate one for threaded andDavid E. O'Brien2001-01-061-10/+0
* The preprocessor used by the `cc' driver is now named `ccp0' to make itDavid E. O'Brien2001-01-041-1/+1
* Add `gcov' to the mix.David E. O'Brien2000-12-232-0/+15
* tm.h should include the platform specific ELF header if it exists.David E. O'Brien2000-12-031-0/+3
* Add comment about a requirement in using a 64-bit `long' on i386.David E. O'Brien2000-11-101-0/+3
* Link with libgcc_pic when building shared objects.David E. O'Brien2000-11-101-1/+4
* Found remaining -kthread option that [sort of] supported using theDavid E. O'Brien2000-11-091-1/+3
* Scoot things over to the temporary *.295 source while I do major constructionDavid E. O'Brien2000-06-041-1/+1
* Move c-decl.c out of the common libcc_int.a into the binary MakefilesDavid E. O'Brien2000-05-243-3/+4
* Don't forget to clean f77.1.Bruce Evans2000-05-151-2/+4
* Enable Haifa on sparc64 as well.Steve Price2000-04-021-1/+1
* Clean up the FreeBSD configuration files -- includes removing the usageDavid E. O'Brien2000-03-231-1/+0
* Make the SUBDIR list more granular to assist in my GCC hacking.David E. O'Brien2000-03-191-1/+9
* Make the build-tools objects weirder named so one can tell there isDavid E. O'Brien2000-03-151-4/+4
* Move some cflag contents down to where they are acutally used.David E. O'Brien2000-03-135-2/+12
* "Rev.1.45 of cc_tools/Makefile was a wrong fix for a problem introducedDavid E. O'Brien2000-01-291-3/+3
* Track internal(!) libc symbol naming change.Jason Evans2000-01-281-2/+2
* Merge cc_drv into cc_int. Merge more shared files into cc_int.David E. O'Brien2000-01-249-24/+20
* Simply cc_tools/Makefile by moving the parser generation to the respectiveDavid E. O'Brien2000-01-243-35/+36