summaryrefslogtreecommitdiffstats
path: root/make
Commit message (Collapse)AuthorAgeFilesLines
* Per discussion with Christian MICHON, revert to version 1.35Eric Andersen2003-02-181-3/+3
|
* Add in /lib/cpp symlinkEric Andersen2003-02-171-0/+1
|
* Add --disable-perl-regexpEric Andersen2003-02-171-0/+1
|
* SighEric Andersen2003-02-151-1/+1
|
* Fix pcmcia startup. Add grepEric Andersen2003-02-152-1/+58
|
* oopsEric Andersen2003-02-151-1/+1
|
* Fix a few problems noticed by Peter S. MazingerEric Andersen2003-02-153-3/+58
|
* Fixup pcmcia initializationEric Andersen2003-02-141-7/+5
|
* Remove unwanted docsEric Andersen2003-02-146-4/+12
|
* Be extra pedantic about the PATHEric Andersen2003-02-121-6/+6
|
* Make sure we find ranlib and arEric Andersen2003-02-122-4/+4
|
* Not 100MB by defaultEric Andersen2003-02-121-1/+1
|
* cut and paste leftoversEric Andersen2003-02-121-4/+0
|
* dont use ftpEric Andersen2003-02-123-3/+3
|
* Update uClibc versionEric Andersen2003-02-123-11/+11
|
* Fixup ldconfig symlinkEric Andersen2003-02-122-2/+2
|
* Fix dependanciesEric Andersen2003-02-123-8/+8
|
* Add support for several new utilitiesEric Andersen2003-02-127-0/+402
|
* Update toolchains a bit forther so that after blowing away the 'build'Eric Andersen2003-02-122-93/+90
| | | | | | | directory we do not need to rebuild the toolchain (which now is built under 'toolchain_build'). Should help prevent a bunch of unnecessary toolchain rebuilds. -Erik
* fix URLsEric Andersen2003-02-125-7/+7
|
* Lots and lots of changesEric Andersen2003-02-1239-153/+195
|
* Update to version 4.5.6Eric Andersen2003-02-071-2/+2
|
* Fixup a really stupid typoEric Andersen2003-02-061-1/+1
|
* Update to gcc 3.2.2 by default. Move a mips patch to be more obvious.Eric Andersen2003-02-062-6/+6
| | | | Update the default uClibc config.
* Fix a stupid typoEric Andersen2003-02-051-1/+1
|
* Fix naming problemEric Andersen2003-02-051-1/+1
|
* teach libtool to use the correct system compilerEric Andersen2003-02-051-0/+2
|
* Fix typo, kill now unneeded stlport.mkEric Andersen2003-02-042-39/+1
|
* Support building a gcc-2.95 toolchain insteadEric Andersen2003-02-042-0/+542
|
* Be extra sure that /etc/init.d/S30pcmcia is executableEric Andersen2003-02-041-0/+1
|
* Update to dhcp-3.0pl2Eric Andersen2003-02-041-3/+3
|
* Be really cereful to ensure udhcp.script is executableEric Andersen2003-02-031-0/+2
|
* Add dhcp relay daemonEric Andersen2003-02-031-0/+50
|
* Fix regexEric Andersen2003-01-311-1/+1
|
* udhcp doesn't depend on pcmciaEric Andersen2003-01-301-1/+1
|
* Update openssl versionEric Andersen2003-01-301-9/+10
|
* depend on pcmciaEric Andersen2003-01-301-1/+1
|
* Include code for downloading firmware imagesEric Andersen2003-01-301-0/+2
|
* Fix c++ header installationEric Andersen2003-01-281-1/+1
|
* update to uClibc 0.9.17Eric Andersen2003-01-252-4/+4
|
* oopsEric Andersen2003-01-251-1/+1
|
* Update newt and slang targetsEric Andersen2003-01-252-22/+21
|
* Fixup bash cross compileEric Andersen2003-01-241-2/+4
|
* Doh! Fix missing line for gdbserver.Eric Andersen2003-01-241-0/+2
|
* fixup strace buildEric Andersen2003-01-231-0/+1
|
* Fixup gdbserver build. Patch from acmayEric Andersen2003-01-231-9/+7
|
* Fix an obvious typoEric Andersen2003-01-231-2/+2
|
* Leave the final gcc build with disable shared to make thingsEric Andersen2003-01-221-1/+1
| | | | | simpler. This just makes the build faster, since all we want at this point is the gcc and g++ binaries...
* use the correct strip tool for host and target binariesEric Andersen2003-01-221-1/+3
|
* sigh. We need to disable-shared for the initial compiler buildEric Andersen2003-01-221-1/+1
| | | | or it won't build.