Eric Andersen
2a87d1ac0e
Set current uClibc stable version to 0.9.20
2003-07-01 05:23:04 +00:00
Eric Andersen
793161ad1c
Fix binutils path
2003-06-23 22:43:36 +00:00
Eric Andersen
c314ac957e
Fix the binutils dir
2003-06-23 21:40:29 +00:00
Eric Andersen
2ae1136ed5
Revert to binutils 2.13.2.1, since .14 seems to have some problems
...
with cross compiling
2003-06-23 21:34:49 +00:00
Eric Andersen
4e10e4af18
Switch to using gcc 3.3
2003-06-21 08:02:11 +00:00
Eric Andersen
bc9fb854fe
Make absolutely certain no host libraries can ever sneak
...
into the build process. Binutils was letting things sneak
in which caused ugly problems.
2003-06-05 06:37:42 +00:00
Eric Andersen
abcac7f79b
Fixup a case where system libs could sneak into the link process
...
due to collect2 making wrong assumptions.
2003-06-04 21:39:44 +00:00
Eric Andersen
48f0851644
Little logic cleanup
2003-04-28 02:12:40 +00:00
Eric Andersen
d906413ad9
Update gcc to version 3.2.3. Fix the openssh patch
2003-04-26 02:59:09 +00:00
Eric Andersen
9c636934a0
Do not blindly strip all symbols from from all libs. libpthread
...
needs its symbols for pthread debugging to work. Let it be a
local decision.
2003-03-13 20:30:07 +00:00
Eric Andersen
1fc3f2f3de
Rework things to ensure we are cross compiling. Teach problematic
...
apps like openssh to cross compile. This eliminates the need for
the magic ld-uClibc.so.0 symlink in /lib
2003-03-04 19:16:19 +00:00
Eric Andersen
c89e7d4bfe
Update to uClibc 0.9.19
2003-03-03 21:33:17 +00:00
Eric Andersen
a5c2354153
Fixup 'make source' target
2003-02-19 08:56:04 +00:00
Eric Andersen
08a3992f33
Be extra pedantic about the PATH
2003-02-12 18:47:09 +00:00
Eric Andersen
cdd7d014ea
Make sure we find ranlib and ar
2003-02-12 15:18:12 +00:00
Eric Andersen
6e2b8acbcb
Update uClibc version
2003-02-12 13:57:46 +00:00
Eric Andersen
9cb6fac8df
Fixup ldconfig symlink
2003-02-12 12:43:44 +00:00
Eric Andersen
d4ef2a6a25
Update toolchains a bit forther so that after blowing away the 'build'
...
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
2003-02-12 10:39:09 +00:00
Eric Andersen
0e740cf577
fix URLs
2003-02-12 09:26:13 +00:00
Eric Andersen
d322f37644
Lots and lots of changes
2003-02-12 08:10:40 +00:00
Eric Andersen
1bf1972968
Update to gcc 3.2.2 by default. Move a mips patch to be more obvious.
...
Update the default uClibc config.
2003-02-06 19:57:05 +00:00
Eric Andersen
edf9538cba
Fix typo, kill now unneeded stlport.mk
2003-02-04 22:45:26 +00:00
Eric Andersen
18e33c254e
Support building a gcc-2.95 toolchain instead
2003-02-04 12:37:32 +00:00
Eric Andersen
d54c228444
update to uClibc 0.9.17
2003-01-25 10:12:52 +00:00
Eric Andersen
5867ff49d7
use the correct strip tool for host and target binaries
2003-01-22 11:11:35 +00:00
Eric Andersen
235a05b0c0
sigh. We need to disable-shared for the initial compiler build
...
or it won't build.
2003-01-22 00:15:51 +00:00
Eric Andersen
3b456adc64
Dont remove /lib/libgcc_s.so. Build shared lib support on rev 1 of
...
gcc. use the correct strip
2003-01-21 14:20:20 +00:00
Eric Andersen
fdafbe1f4e
Several more dependancy cleanups
2003-01-20 19:24:02 +00:00
Eric Andersen
5dbea59f53
more minor installation cleanups
2003-01-17 08:51:21 +00:00
Eric Andersen
ef7784a62d
standardize handling of GNU configure scripts
...
-Erik
2003-01-17 08:03:59 +00:00
Eric Andersen
e88863dc6f
fix a few little thinkos...
2003-01-10 01:22:05 +00:00
Eric Andersen
aaba7b8d9e
Change --disable-shared to --enable-shared so libstdc++ will
...
build shared libs.
2003-01-09 18:24:17 +00:00
Eric Andersen
e402401ff8
Fixup ncurses terminfo-dir. Fixup the ncurses-headers
...
zlib-headers openssl-headers targets. Modularize the
enable-multilib settings
-Erik
2003-01-08 18:17:28 +00:00
Eric Andersen
3a70952d99
more build updates
2003-01-07 21:00:41 +00:00
Eric Andersen
ed90513d09
Update the toolchain build, per the latest in the standalone
...
toolchain builders
-Erik
2003-01-01 17:36:39 +00:00
Eric Andersen
1dc53e1ebf
Clean and update the uclibc toolchain build, and sync up with the
...
current standalone toolchain builder Makefiles
-Erik
2002-12-31 15:43:10 +00:00
Eric Andersen
03c53f24c2
Stick with gcc 3.2 for now.
2002-11-21 10:29:33 +00:00
Eric Andersen
7794775aa4
Be even more careful -- avoid using 'which'
2002-11-21 09:04:50 +00:00
Eric Andersen
7b3014ef3f
Update to the newly released gcc 3.2.1
...
-Erik
2002-11-21 08:56:14 +00:00
Eric Andersen
b2a0d22166
Fixup g++ to prevent gcc_target having a missing
...
dl_iterate_phdr symbol. Add a target 'cc' link to gcc.
-Erik
2002-11-21 05:17:40 +00:00
Eric Andersen
8a2597eaba
Make use of wget consistant by using a WGET variable
2002-11-20 23:16:10 +00:00
Eric Andersen
2534b31214
Some more toolchain building cleanups
2002-11-14 12:10:18 +00:00
Eric Andersen
1800964779
Update buildroot for uClibc 0.9.16
...
-Erik
2002-11-12 21:31:16 +00:00
Eric Andersen
99ba66f344
Leave wchar off
2002-10-29 15:00:03 +00:00
Eric Andersen
f952c942fb
Update to uClibc 0.9.15. decouple kernel, toolchain, and uClibc.
...
-Erik
2002-08-28 21:28:19 +00:00
Eric Andersen
c75e4a1f62
Update to uClibc 0.9.14
2002-08-12 14:27:53 +00:00
Eric Andersen
27f3bc3198
Update toolchain
2002-08-10 10:21:47 +00:00
Eric Andersen
ec2adbefa6
Update toolchain to 0.9.13
2002-08-10 08:21:19 +00:00
Eric Andersen
fc5ce36326
Fix logf/log support when doing C++
2002-07-31 20:05:44 +00:00
Eric Andersen
cd85ea1375
Use gcc-3.1.1
2002-07-28 10:41:45 +00:00