summaryrefslogtreecommitdiffstats
path: root/make/uclibc_toolchain.mk
Commit message (Collapse)AuthorAgeFilesLines
* Rework toolchain build to make it much more modular andEric Andersen2003-09-141-513/+0
| | | | remove the redundant redundancy.
* Lets give binutils-2.14.90.0.6 a try, shall we?Eric Andersen2003-09-111-2/+2
|
* Make installing libstdc++ optionalEric Andersen2003-09-111-1/+8
|
* Default to using uClibc 0.9.21Eric Andersen2003-09-101-2/+3
|
* Set CC_FOR_HOSTEric Andersen2003-09-041-2/+8
|
* Add support for enabling use of libintl.Manuel Novoa III2003-09-031-15/+6
| | | | | | | | 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
* Make sure binutils does not leak system libraries into the build.Eric Andersen2003-09-021-1/+1
| | | | patch from mjn3 to prevent gcc using broken include paths
* Make binutils not leak librariesEric Andersen2003-08-221-19/+6
|
* Doh!Eric Andersen2003-08-171-3/+3
|
* Update to binutils-2.14.90.0.5 and gcc-3.3.1Eric Andersen2003-08-171-13/+15
|
* I missed a spotEric Andersen2003-08-101-1/+2
|
* oops. don't default to a dev version of gccEric Andersen2003-08-091-6/+6
|
* Be sure to install libstdc++ and libgcc_sEric Andersen2003-08-091-7/+23
|
* Set current uClibc stable version to 0.9.20Eric Andersen2003-07-011-2/+2
|
* Fix binutils pathEric Andersen2003-06-231-2/+2
|
* Fix the binutils dirEric Andersen2003-06-231-1/+2
|
* Revert to binutils 2.13.2.1, since .14 seems to have some problemsEric Andersen2003-06-231-1/+2
| | | | with cross compiling
* Switch to using gcc 3.3Eric Andersen2003-06-211-15/+10
|
* Make absolutely certain no host libraries can ever sneakEric Andersen2003-06-051-2/+10
| | | | | into the build process. Binutils was letting things sneak in which caused ugly problems.
* Fixup a case where system libs could sneak into the link processEric Andersen2003-06-041-0/+7
| | | | due to collect2 making wrong assumptions.
* Little logic cleanupEric Andersen2003-04-281-1/+1
|
* Update gcc to version 3.2.3. Fix the openssh patchEric Andersen2003-04-261-3/+3
|
* Do not blindly strip all symbols from from all libs. libpthreadEric Andersen2003-03-131-3/+1
| | | | | needs its symbols for pthread debugging to work. Let it be a local decision.
* Rework things to ensure we are cross compiling. Teach problematicEric Andersen2003-03-041-0/+6
| | | | | apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
* Update to uClibc 0.9.19Eric Andersen2003-03-031-2/+2
|
* Fixup 'make source' targetEric Andersen2003-02-191-0/+2
|
* Be extra pedantic about the PATHEric Andersen2003-02-121-6/+6
|
* Make sure we find ranlib and arEric Andersen2003-02-121-2/+2
|
* Update uClibc versionEric Andersen2003-02-121-3/+3
|
* Fixup ldconfig symlinkEric Andersen2003-02-121-1/+1
|
* Update toolchains a bit forther so that after blowing away the 'build'Eric Andersen2003-02-121-6/+6
| | | | | | | 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-121-1/+1
|
* Lots and lots of changesEric Andersen2003-02-121-56/+65
|
* Update to gcc 3.2.2 by default. Move a mips patch to be more obvious.Eric Andersen2003-02-061-4/+4
| | | | Update the default uClibc config.
* Fix typo, kill now unneeded stlport.mkEric Andersen2003-02-041-1/+1
|
* Support building a gcc-2.95 toolchain insteadEric Andersen2003-02-041-0/+2
|
* update to uClibc 0.9.17Eric Andersen2003-01-251-2/+2
|
* 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.
* Dont remove /lib/libgcc_s.so. Build shared lib support on rev 1 ofEric Andersen2003-01-211-5/+3
| | | | gcc. use the correct strip
* Several more dependancy cleanupsEric Andersen2003-01-201-1/+1
|
* more minor installation cleanupsEric Andersen2003-01-171-13/+26
|
* standardize handling of GNU configure scriptsEric Andersen2003-01-171-18/+30
| | | | -Erik
* fix a few little thinkos...Eric Andersen2003-01-101-8/+11
|
* Change --disable-shared to --enable-shared so libstdc++ willEric Andersen2003-01-091-1/+1
| | | | build shared libs.
* Fixup ncurses terminfo-dir. Fixup the ncurses-headersEric Andersen2003-01-081-3/+6
| | | | | | zlib-headers openssl-headers targets. Modularize the enable-multilib settings -Erik
* more build updatesEric Andersen2003-01-071-9/+11
|
* Update the toolchain build, per the latest in the standaloneEric Andersen2003-01-011-26/+38
| | | | | toolchain builders -Erik
* Clean and update the uclibc toolchain build, and sync up with theEric Andersen2002-12-311-109/+123
| | | | | current standalone toolchain builder Makefiles -Erik
* Stick with gcc 3.2 for now.Eric Andersen2002-11-211-2/+2
|