summaryrefslogtreecommitdiffstats
path: root/make/uclibc_toolchain_2_95.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add support for enabling use of libintl.Manuel Novoa III2003-09-031-2/+2
| | | | | | | | 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
* 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-7/+2
|
* 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-051-0/+7
| | | | due to collect2 making wrong assumptions.
* Update gcc to version 3.2.3. Fix the openssh patchEric Andersen2003-04-261-1/+1
|
* 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/+3
|
* Make sure we find ranlib and arEric Andersen2003-02-121-2/+2
|
* cut and paste leftoversEric Andersen2003-02-121-4/+0
|
* Update uClibc versionEric Andersen2003-02-121-5/+5
|
* Fixup ldconfig symlinkEric Andersen2003-02-121-1/+1
|
* Update toolchains a bit forther so that after blowing away the 'build'Eric Andersen2003-02-121-87/+84
| | | | | | | 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-32/+38
|
* Update to gcc 3.2.2 by default. Move a mips patch to be more obvious.Eric Andersen2003-02-061-2/+2
| | | | Update the default uClibc config.
* Fix naming problemEric Andersen2003-02-051-1/+1
|
* Support building a gcc-2.95 toolchain insteadEric Andersen2003-02-041-0/+540