summaryrefslogtreecommitdiff
path: root/make
AgeCommit message (Collapse)Author
2003-11-02Make sure the root/etc/init.d directory is there.Manuel Novoa III
2003-11-02Make sure the root/usr/lib directory is there.Manuel Novoa III
2003-11-01do not build valgrind for non-i386Eric Andersen
2003-11-01strace 4.5 builds properly for mipsel, and does not use sys_errlist,Eric Andersen
so we no longer need to patch anything. -Erik
2003-11-01Enable building soft float buildroot for gcc 3.3. Currently works forManuel Novoa III
i386 (limited to 64 bit long double... same as double), arm (libfloat), mips, and mipsel. Enable cross compiling a native gcc 3.3 toolchain to run on the target. Misc rootfs cleanups... strip some things that weren't, eliminate duplicate libs, move openssl shared libs out of /lib, reduce size of libssl.so by dynamicly linking with libcrypto.so, fix dropbear compile on mips.
2003-10-22Update to latest version.Manuel Novoa III
2003-10-22this should fixup some of those pesky build problems...Eric Andersen
2003-10-19Upgrade valgrindEric Andersen
2003-10-18Cope with the new RUNTIME_PREFIXEric Andersen
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