Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-01 | Enable building soft float buildroot for gcc 3.3. Currently works for | Manuel 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-22 | Update to latest version. | Manuel Novoa III | |
2003-10-22 | this should fixup some of those pesky build problems... | Eric Andersen | |
2003-10-19 | Upgrade valgrind | Eric Andersen | |
2003-10-18 | Cope with the new RUNTIME_PREFIX | Eric Andersen | |
2003-10-18 | Add support for 'make -j3' so make to run stuff in parallel | Eric Andersen | |
2003-10-18 | do not use a perl, just use a patch | Eric Andersen | |
2003-10-18 | Update to gcc 3.3.2 | Eric Andersen | |
2003-10-16 | support using ccache within the target system | Eric Andersen | |
2003-10-15 | simplify things a little bit | Eric Andersen | |
2003-10-15 | bump version | Eric Andersen | |
2003-10-14 | Do not overwrite ldconfig with /bin/true anymore | Eric Andersen | |
2003-10-11 | Update to dropbear 0.38 | Eric Andersen | |
2003-10-08 | Use a local copy of the source when building gcc-target (since | Eric 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-08 | Minor cleanup, remove some unnecessary stuff | Eric Andersen | |
2003-10-07 | Update included kernel version | Eric Andersen | |
2003-10-06 | update dropbear release location | Eric Andersen | |
2003-10-06 | Add the linux test project test suite. The 'make install' step is currently | Eric Andersen | |
broken, since I've not worked out how I want to handle that step (it wants to run as root). | |||
2003-10-03 | Update file | Eric Andersen | |
2003-10-01 | Update to non-vulnerable version | Eric Andersen | |
2003-09-30 | Fix the build when host arch == target arch | Eric Andersen | |
2003-09-30 | With this, buildroot builds w/o needing the magic symlink, | Eric Andersen | |
and properly cross compiles. Wohoo, time to ship... -Erik | |||
2003-09-27 | Fixup gcc_target build. | Eric Andersen | |
2003-09-27 | Fixup the binutils_target build | Eric Andersen | |
2003-09-26 | This should at least build. I think. | Eric Andersen | |
2003-09-26 | Update dropbear to the latest and greatest | Eric Andersen | |
2003-09-26 | The openssl build was broken | Eric Andersen | |
2003-09-14 | Needs this to compile | Eric Andersen | |
2003-09-14 | Fix thinko | Eric Andersen | |
2003-09-14 | Use more consistant naming | Eric Andersen | |
2003-09-14 | Rework toolchain build to make it much more modular and | Eric Andersen | |
remove the redundant redundancy. | |||
2003-09-12 | Teach dropbear to depend on zlib | Eric Andersen | |
2003-09-12 | Alex 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-11 | Lets give binutils-2.14.90.0.6 a try, shall we? | Eric Andersen | |
2003-09-11 | Fix silly typos | Eric Andersen | |
2003-09-11 | Make installing libstdc++ optional | Eric Andersen | |
2003-09-11 | Add support for fakeroot | Eric Andersen | |
2003-09-10 | Fixup gcc_target build so it does not require the magic | Eric Andersen | |
/lib/ld-uClibc.so.0 symlink allowing target stuff to run on the build host. -Erik | |||
2003-09-10 | Default to using uClibc 0.9.21 | Eric Andersen | |
2003-09-09 | Make gcc 2.95 build | Eric Andersen | |
2003-09-05 | Fixup broken tabs | Eric Andersen | |
2003-09-04 | Make some more things compile | Eric Andersen | |
2003-09-04 | Patch from Bruce Edge to add raidtools | Eric Andersen | |
2003-09-04 | teach glib to cross compile | Eric Andersen | |
2003-09-04 | Set CC_FOR_HOST | Eric Andersen | |
2003-09-03 | Make sure cross building binutils works | Eric Andersen | |
2003-09-03 | Fixup strace so it compiles | Eric Andersen | |
2003-09-03 | Add 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-02 | Make 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 | |