summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc
Commit message (Expand)AuthorAgeFilesLines
* "Rev.1.45 of cc_tools/Makefile was a wrong fix for a problem introducedobrien2000-01-291-3/+3
* Track internal(!) libc symbol naming change.jasone2000-01-281-2/+2
* Merge cc_drv into cc_int. Merge more shared files into cc_int.obrien2000-01-249-24/+20
* Simply cc_tools/Makefile by moving the parser generation to the respectiveobrien2000-01-243-35/+36
* Style change to better match src/lib/'s Makefiles.obrien2000-01-242-8/+8
* I *hate* using "i" in variables, looks too much like "1" or "l".obrien2000-01-231-23/+23
* This patch solves the a cross-build problem where proj.c is both used by aobrien2000-01-141-2/+7
* Make mktemp.c a "normal" C implimentation when building this library.obrien2000-01-131-0/+2
* Drop the use of Bison for Byacc now that we don't need to depend on theobrien2000-01-111-2/+0
* Turn on a new /usr/bin/cpp that is a true binary rather than a shell scriptobrien2000-01-042-6/+6
* Didn't get these PREFIX specifiers removed with Makefile.inc rev 1.48.obrien2000-01-022-4/+0
* Allow the specification of a prefix for gcc to find all the various bits.obrien1999-12-293-14/+15
* Fix cut-n-paste braino.obrien1999-12-221-2/+2
* Reduce the FreeBSD custom hacks to gcc.c by using the GCC provided methodsobrien1999-12-221-14/+19
* Another style nit.obrien1999-12-221-2/+2
* * Support a non-default sized `long' data type. This allows one to easilyobrien1999-12-221-5/+9
* * Remove debugging cruft that accidently got committed.obrien1999-12-221-8/+15
* Add libcc_fbsd.a that contains libc and libiberty routines needed inobrien1999-12-196-13/+30
* Revert rev 1.8.obrien1999-12-082-129/+0
* Maintain compatibility with FreeBSD versions that don't have mkstempsmarcel1999-12-082-0/+129
* remove cc1obj from the original SUBDIR list since it's made optionalmarcel1999-11-281-1/+1
* Make ObjC bits optional. NO_OBJC ==> don't need `em.obrien1999-11-271-3/+5
* mkstemps() has been brought into 3-STABLE, so this isn't needed hereobrien1999-11-201-3/+0
* Remove the `sysctl' get osversion hack. There are issues with cross-hostingobrien1999-11-201-4/+0
* Build genrtl.h before print-rtl.o.obrien1999-11-171-1/+1
* Allow sub-Makefile's to determine the version of the OS we are make'ing on.obrien1999-11-171-0/+4
* Add `mkstemp.c' to the mix if we are building on something older thanobrien1999-11-171-0/+3
* Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.obrien1999-11-156-16/+25
* Purely cosmetic changes to lineup targets.obrien1999-11-151-16/+16
* Cosmetic removeal of a trailing white space.obrien1999-11-151-1/+1
* Our capibilities updated for GCC 2.95.2.obrien1999-11-061-8/+171
* Minor cosmetic changes in an attempt to improve consistancy.obrien1999-11-047-7/+15
* `make' will fail if hash.h exists for some reason and gxx-hash needs to beobrien1999-10-301-1/+1
* Add a comment explaing the linking and segrated the old and new cases a little.obrien1999-10-121-1/+3
* Change the name of the file generaged from gxx.gperf from "hash.h" toobrien1999-10-121-3/+6
* Move -I of cc_tool/ before the GCCDIR ones.obrien1999-10-121-1/+1
* $Id$ -> $FreeBSD$peter1999-08-2718-18/+18
* Make gcc work on the Alpha again. alpha/alpha.h is used instead of svr4.hpeter1999-08-191-2/+2
* Rev 1.36 also includes functional chagnes I intended to commit seperately.obrien1999-08-161-1/+1
* Purely cosmetic cleanups.obrien1999-08-1615-62/+44
* Move "LIBGCC_SPEC" to freebsd-native.h as it is not approapiate forobrien1999-08-151-1/+6
* Use Bison with "--broken-undeftoken-init".obrien1999-08-141-2/+2
* Rather than deleting the grammer files during building, move them out of theobrien1999-08-141-5/+5
* Forgotten in previous log message:bde1999-08-081-1/+1
* Install c++filt in /usr/libexec/${OBJFORMAT}. The version thatbde1999-08-081-1/+2
* Only use Bison to generate cc1plus's parse code.obrien1999-08-012-4/+4
* Go back to using Bison for now, due to `make world' breakage.obrien1999-07-291-1/+3
* Use Yacc rather than Bison.obrien1999-07-285-12/+8
* The Unix way is arguments come before an input file name, not after.obrien1999-07-282-5/+5
* Don't override the (correct) default for BINDIR.bde1999-07-041-2/+1
OpenPOWER on IntegriCloud