summaryrefslogtreecommitdiffstats
path: root/make/gcc-2.95.mk
Commit message (Collapse)AuthorAgeFilesLines
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-10/+10
| | | | installed. If not, we will now build our own version.
* Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen2003-11-181-10/+10
| | | | | with lots of unwanted backup files with the letter "e" appended. -Erik
* By popular demand, use 'sed' rather than 'perl' for doingEric Andersen2003-11-131-10/+10
| | | | | | search and replace stuff. Hopefully we do not have any perl specific regexs that will be broken by this change, but it seems to be working thus far anyways,
* Thomas Cameron writes:Eric Andersen2003-11-121-0/+6
| | | | | | this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch.
* Use more consistant namingEric Andersen2003-09-141-9/+9
|
* Rework toolchain build to make it much more modular andEric Andersen2003-09-141-0/+290
remove the redundant redundancy.