aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cc_tools/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Gather up the stragglers that depends on genrtl.h. This is -j10 safe now.David E. O'Brien2002-05-101-2/+2
* This was *very* -j unsafe. Add a dependency on the common generatedDavid E. O'Brien2002-05-101-0/+3
* Bmake bits for Gcc 3.1.David E. O'Brien2002-05-101-53/+94
|\
| * Remove the #ifdef IN_GCC junk. We *know* we are building GCC with theseDavid E. O'Brien2002-04-151-6/+1
| * Bmake bits for GCC 3.1.David E. O'Brien2002-04-061-75/+83
| * MFC: remove 2.6.3 cc_int shlib cruft and s/GNU_ARCH/TARGET_ARCH/g.David E. O'Brien2002-04-041-43/+43
| * Changes in order to compile GCC 3.0.2.David E. O'Brien2001-12-181-0/+226
* A little more reorg.David E. O'Brien2002-04-051-4/+5
* Remove some local cruft that snuck in yesterday.David E. O'Brien2002-04-041-1/+0
* Get rid of GCC_ARCH, and just use plain TARGET_ARCH.David E. O'Brien2002-04-041-17/+18
* Move the creation of the insn-*.c files from cc_tools to cc_int.David E. O'Brien2002-03-021-5/+3
* We need to build ``.depend'' early in the "build-tools" for the GCCDavid E. O'Brien2001-09-271-0/+2
* Include `dbxelf.h' via tm.h (the approved FSF/GNU way) vs. in our MI header.David E. O'Brien2001-03-021-1/+2
* tm.h should include the platform specific ELF header if it exists.David E. O'Brien2000-12-031-0/+3
* Clean up the FreeBSD configuration files -- includes removing the usageDavid E. O'Brien2000-03-231-1/+0
* "Rev.1.45 of cc_tools/Makefile was a wrong fix for a problem introducedDavid E. O'Brien2000-01-291-3/+3
* Simply cc_tools/Makefile by moving the parser generation to the respectiveDavid E. O'Brien2000-01-241-32/+0
* I *hate* using "i" in variables, looks too much like "1" or "l".David E. O'Brien2000-01-231-23/+23
* Build genrtl.h before print-rtl.o.David E. O'Brien1999-11-171-1/+1
* Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.David E. O'Brien1999-11-151-5/+15
* Purely cosmetic changes to lineup targets.David E. O'Brien1999-11-151-16/+16
* `make' will fail if hash.h exists for some reason and gxx-hash needs to beDavid E. O'Brien1999-10-301-1/+1
* Add a comment explaing the linking and segrated the old and new cases a little.David E. O'Brien1999-10-121-1/+3
* Change the name of the file generaged from gxx.gperf from "hash.h" toDavid E. O'Brien1999-10-121-3/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Make gcc work on the Alpha again. alpha/alpha.h is used instead of svr4.hPeter Wemm1999-08-191-2/+2
* Rev 1.36 also includes functional chagnes I intended to commit seperately.David E. O'Brien1999-08-161-1/+1
* Purely cosmetic cleanups.David E. O'Brien1999-08-161-6/+8
* Rather than deleting the grammer files during building, move them out of theDavid E. O'Brien1999-08-141-5/+5
* Use Yacc rather than Bison.David E. O'Brien1999-07-281-3/+3
* The Unix way is arguments come before an input file name, not after.David E. O'Brien1999-07-281-3/+3
* Rather than hack config/freebsd.h to contain our hacks for a native compiler,David E. O'Brien1999-04-281-1/+2
* Sorry didn't get this in the last commit: MACHINE_ARCH changes courtesyDavid E. O'Brien1999-04-221-1/+1
* Use `GNU_ARCH' in most places where `MACHINE_ARCH' was used. Building forDavid E. O'Brien1999-04-221-6/+6
* Have config/i386/freebsd.h directly include att.h. I have no idea why stockDavid E. O'Brien1999-04-221-4/+1
* Add FORTRAN support.David E. O'Brien1999-04-181-3/+3
* Cleaned up egcs changes (mainly to minimise diffs with the gcc versionBruce Evans1999-04-111-22/+25
* Fixed unusable dependencies in `.depend'. The following comment in theBruce Evans1999-04-111-2/+4
* Fixed world breakage. Fixed (?) building with -jN (N > 1).Bruce Evans1999-04-091-21/+18
* Another fix for -jN building -- the last fix didn't fix it for everybody.David E. O'Brien1999-04-081-8/+2
* Clean up the multilib stuff so that it actually works..Peter Wemm1999-04-081-4/+3
* Remove some of the dependencies. This removes the cycles I was getting onDavid E. O'Brien1999-04-081-2/+4
* Due to other explicit dependancies, don't treat tree-check.h as a SRCS.David E. O'Brien1999-04-081-3/+3
* Fix a circular dependancy.David E. O'Brien1999-04-081-5/+3
* alpha/freebsd-elf.h is being folded into alpha/freebsd.hDavid E. O'Brien1999-04-081-3/+1
* Fix type mismatch..Peter Wemm1999-04-051-2/+2
* Conditionalize one more i386'ism.David E. O'Brien1999-04-041-1/+3
* Attempt at creating the right ``tm.h'' file for the Alpha.David E. O'Brien1999-04-041-1/+5
* Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2David E. O'Brien1999-04-041-38/+64
* Split up rule for ${COMMONHDRS} so that `make -j N' doesn't create theBruce Evans1998-10-161-12/+12