summaryrefslogtreecommitdiff
path: root/make
AgeCommit message (Collapse)Author
2003-10-18Add support for 'make -j3' so make to run stuff in parallelEric Andersen
2003-10-18do not use a perl, just use a patchEric Andersen
2003-10-18Update to gcc 3.3.2Eric Andersen
2003-10-16support using ccache within the target systemEric Andersen
2003-10-15simplify things a little bitEric Andersen
2003-10-15bump versionEric Andersen
2003-10-14Do not overwrite ldconfig with /bin/true anymoreEric Andersen
2003-10-11Update to dropbear 0.38Eric Andersen
2003-10-08Use a local copy of the source when building gcc-target (sinceEric Andersen
we hacked up the source used to build the cross compiler). Fix the crt1.o not found problems. It turns out gcc was thinking it was acting as a cross compiler, which is clearly not what we want here. With this, everything seems to be working nicely for both C and C++.
2003-10-08Minor cleanup, remove some unnecessary stuffEric Andersen
2003-10-07Update included kernel versionEric Andersen
2003-10-06update dropbear release locationEric Andersen
2003-10-06Add the linux test project test suite. The 'make install' step is currentlyEric Andersen
broken, since I've not worked out how I want to handle that step (it wants to run as root).
2003-10-03Update fileEric Andersen
2003-10-01Update to non-vulnerable versionEric Andersen
2003-09-30Fix the build when host arch == target archEric Andersen
2003-09-30With this, buildroot builds w/o needing the magic symlink,Eric Andersen
and properly cross compiles. Wohoo, time to ship... -Erik
2003-09-27Fixup gcc_target build.Eric Andersen
2003-09-27Fixup the binutils_target buildEric Andersen
2003-09-26This should at least build. I think.Eric Andersen
2003-09-26Update dropbear to the latest and greatestEric Andersen
2003-09-26The openssl build was brokenEric Andersen
2003-09-14Needs this to compileEric Andersen
2003-09-14Fix thinkoEric Andersen
2003-09-14Use more consistant namingEric Andersen
2003-09-14Rework toolchain build to make it much more modular andEric Andersen
remove the redundant redundancy.
2003-09-12Teach dropbear to depend on zlibEric Andersen
2003-09-12Alex King writes:Eric Andersen
Dropbear have bumpeed their version to 0.36, and 0.35 is not where buildroot expects it (they seem to have removed that version.)
2003-09-11Lets give binutils-2.14.90.0.6 a try, shall we?Eric Andersen
2003-09-11Fix silly typosEric Andersen
2003-09-11Make installing libstdc++ optionalEric Andersen
2003-09-11Add support for fakerootEric Andersen
2003-09-10Fixup gcc_target build so it does not require the magicEric Andersen
/lib/ld-uClibc.so.0 symlink allowing target stuff to run on the build host. -Erik
2003-09-10Default to using uClibc 0.9.21Eric Andersen
2003-09-09Make gcc 2.95 buildEric Andersen
2003-09-05Fixup broken tabsEric Andersen
2003-09-04Make some more things compileEric Andersen
2003-09-04Patch from Bruce Edge to add raidtoolsEric Andersen
2003-09-04teach glib to cross compileEric Andersen
2003-09-04Set CC_FOR_HOSTEric Andersen
2003-09-03Make sure cross building binutils worksEric Andersen
2003-09-03Fixup strace so it compilesEric Andersen
2003-09-03Add support for enabling use of libintl.Manuel Novoa III
Add support for libstd++ in full locale mode, and remove the need for config hacks when using uClibc stub locale support. TODO -- gdb intl support is still broken. uClibc should auto-download the pregenerated locale data
2003-09-02Make sure binutils does not leak system libraries into the build.Eric Andersen
patch from mjn3 to prevent gcc using broken include paths
2003-08-31"Letss Thry thatt again..."Eric Andersen
2003-08-31doh!Eric Andersen
2003-08-31This should be significantly less broken... Might even work. ;-)Eric Andersen
2003-08-22Revert strace to a stable version that actually compilesEric Andersen
2003-08-22cleanup strip command a bitEric Andersen
2003-08-22remove some leftover garbageEric Andersen