Manuel Novoa III
4005c7790c
Forgot to update version to 3.3.3.
2004-03-13 19:32:27 +00:00
Manuel Novoa III
1ffd497d7e
Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>, with
...
some minor adjustments.
2004-03-11 17:35:09 +00:00
Manuel Novoa III
4c8e1eb4cc
Add lzo support.
2004-03-11 17:14:28 +00:00
Manuel Novoa III
061d7b04fa
Patch by "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>, with some
...
minor adjustments.
2004-03-11 17:08:35 +00:00
Manuel Novoa III
5875ffa3fe
Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>.
...
Provides a script for yacc in terms of bison instead of a symlink.
2004-03-11 08:03:44 +00:00
Manuel Novoa III
6b2ca0199e
Missed a bugfix patch. Also, allow multiple patches.
2004-03-06 22:57:23 +00:00
Manuel Novoa III
9c12805bf3
Make it possible to use the (modified) 0.9.24 ldso code. This is a
...
temporary work around for my openwrt stuff since the current (.26+)
code still isn't working in some cases... for me at least.
2004-03-05 19:06:24 +00:00
Manuel Novoa III
de40cc62a0
Add dnsmasq1 (currently 1.18). Eventually I'll also add dnsmasq2.
...
The patch makes it respect current uClibc ipv6 configuration.
2004-03-05 19:03:17 +00:00
Manuel Novoa III
6cf315cd23
Clean up makefile. Don't install (legacy?) brctld app since debian doesn't.
...
Fix paths. Add a patch to respect CFLAGS. Fix buildroot kernel location.
2004-03-05 18:59:41 +00:00
Manuel Novoa III
e8676aedf3
Need to use CFLAGS_FOR_BUILD instead of CFLAGS. (upstream bug)
2004-03-05 18:56:25 +00:00
Manuel Novoa III
93703bf40f
Revert back to binutils .6 since .8 broke things on arm.
...
Also, explicitly set the CFLAGS for the build system since otherwise
the TARGET_OPTIMIZATION flags were used. This was tripping up a mipsel
build where it tried to use -mips2 when building for i386.
2004-03-01 06:28:02 +00:00
Eric Andersen
156c36d9b4
Disable autologin
2004-02-27 22:16:43 +00:00
Manuel Novoa III
04eadcdcc2
Update binutils from 2.14.90.0.6 to 2.14.90.0.8.
...
Update from gcc 3.3.2 to 3.3.3.
Test builds done for i386 and mipsel (3.3.3) and i386 (2.95).
Soft float support not yet tested with 3.3.3.
2004-02-18 08:28:28 +00:00
Eric Andersen
0209686130
Update to the February ltp-full-20040206 testsuite
2004-02-06 22:52:14 +00:00
Manuel Novoa III
1e1355a2c1
Fix a cut-n-paste bug. Monotonous editing strikes again.
2004-02-06 07:39:02 +00:00
Eric Andersen
5684054ebb
Update buildroot per the new snapshot situation with busybox.
...
The old busybox 0.60.x series is no longer used/supported.
-Erik
2004-01-31 08:33:26 +00:00
Eric Andersen
65eb36c4e9
Kill off the old gcc/binutils stuff
2004-01-29 23:13:49 +00:00
Manuel Novoa III
a3f9025ded
Fix libstdc++-v3/configure.target to set the config/os dir correctly
...
when building inside a native uClibc environment.
2004-01-24 19:43:36 +00:00
Manuel Novoa III
d9dc2a87f3
Change to work with the i386-linux-uclibc toolchain instead.
2004-01-17 01:55:52 +00:00
Manuel Novoa III
93e576b799
Get soft float working for gcc 3.3.2. Support for arm, mips, mipsel, powerpc.
2004-01-16 19:08:39 +00:00
Manuel Novoa III
7138a96044
Build gdb with <arch>-linux-uclibc explicitly (when necessary) in case it
...
needs to be aware. To do this, we grab a (patched) copy of config.sub
from gcc.
Also specify some configure vars which aren't tested when cross compiling.
2004-01-14 12:12:17 +00:00
Manuel Novoa III
953aa99185
Oops.
2004-01-14 10:33:00 +00:00
Manuel Novoa III
9168e83809
Enable building <arch>-linux-uclibc toolchains. Note that, due to config
...
issues for applications, we also create staging_dir/bin/<arch>-linux-*
symlinks which allows us to configure most apps with target=<arch>-linux.
gcc 3.3.2 libstdc++ now correctly identifies uclibc locale support.
There are still some issues (mainly related to wide char time strings
and wcsftime) to be addressed, but those are on hold until the uClibc
locale internals are reworked once again.
With the new stuff, we can also build gcc 2.95 and STLport again, although
the native gcc build for the target is failing.
Archs supported (some archs not yet tested):
2.95 - i386, arm, mips*, powerpc.
3.3.2 - Hopefull all for which uClibc has shared lib support.
2004-01-14 10:03:44 +00:00
Eric Andersen
073534b925
Update ltp to the latest version. Current results:
...
$ grep FAIL logfile
fcntl18 2 FAIL : Test F_GETLK64: for errno EFAULT FAILED
fcntl18 0 INFO : Block 2 FAILED
fcntl18 2 FAIL : Test F_GETLK64: for errno EFAULT FAILED
fcntl18 0 INFO : Block 2 FAILED
flock03 2 FAIL : Child: Unable to relock file after unlocking, errno 37
flock03 2 FAIL : flock03 Failed
nanosleep02 1 FAIL : Remaining sleep time 4010000 usec doesn't match with the expected 3992631 usec time
nanosleep02 1 FAIL : child process exited abnormally
INFO: pan reported some tests FAIL
$ grep BROK logfile
setgroups04 1 BROK : Unexpected signal 11 received.
swapoff02 1 BROK : Failed to turn on the swap file. skipping the test iteration
swapoff02 2 BROK : Remaining cases broken
swapoff02 3 BROK : Remaining cases broken
2004-01-11 08:01:02 +00:00
Eric Andersen
461be88906
Mount devpts properly
2004-01-03 11:09:19 +00:00
Eric Andersen
72cfde1f99
Fix some more ltp bugs
2004-01-03 09:50:23 +00:00
Eric Andersen
60983a8faa
A bit more tateful this time
2004-01-02 06:58:36 +00:00
Eric Andersen
81036b2f80
Patch the patch...
2004-01-02 06:49:18 +00:00
Eric Andersen
54b24c221e
Update the ltp patch with a few bug fixes...
2004-01-02 06:29:00 +00:00
Eric Andersen
449168b8d0
Update for the latest uClibc
2003-12-30 11:25:21 +00:00
Eric Andersen
5d45d795c0
Update default config
2003-12-28 22:08:19 +00:00
Eric Andersen
bae87f8eec
Fixup the build of the hostap utils, use the kernel hostap
...
stuff for the driver modules.
2003-12-28 22:07:35 +00:00
Eric Andersen
de44010390
Add support for openvpn
2003-12-28 22:06:25 +00:00
Manuel Novoa III
4d1a51bd5b
uClibc has handled YESSTR/NOSTR for some time, so kill that part of the
...
patch as well.
2003-12-27 23:43:58 +00:00
Manuel Novoa III
69cf4bbec3
With the libpthread fix, part of the patch is no longer required.
2003-12-27 23:42:47 +00:00
Manuel Novoa III
f823ba682e
Update.
2003-12-25 04:26:51 +00:00
Eric Andersen
8410fed7a7
bump kernel to 2.4.23, and update the default patch set to match
2003-12-20 00:05:53 +00:00
Eric Andersen
21a6d6102a
update dropbear
2003-12-19 07:58:02 +00:00
Eric Andersen
ccf8da71af
cope with latest busybox insmod options
2003-12-11 02:32:07 +00:00
Eric Andersen
dd7945ca8e
Support older apps by disabling UNIX98PTY_ONLY
2003-12-10 20:11:09 +00:00
Eric Andersen
d066b80a09
Fixup util-linux so it actually compiles
2003-12-03 22:49:02 +00:00
Manuel Novoa III
8e34cf6f85
Oops... we do want insmod support, but we don't need tape support.
2003-12-03 02:31:15 +00:00
Manuel Novoa III
189b1d5432
Change uClibc stdio BUFSIZ to 4k.
...
Update busybox config for new snapshot.
2003-12-03 02:25:12 +00:00
Manuel Novoa III
ce917cf621
Add support for cris, adapted from a patch I found on the web.
...
http://lists.zynot.org/pipermail/zynot-commit/2003-September/000347.html
2003-12-03 00:28:25 +00:00
Manuel Novoa III
3c79729137
Use else.
2003-11-24 15:55:50 +00:00
Eric Andersen
4f889ada56
automatically detect if we have a usable version of sed
...
installed. If not, we will now build our own version.
2003-11-19 17:17:56 +00:00
Manuel Novoa III
93b677ea42
Turn on HAS_FPU by default. If soft float support is configured in the
...
buildroot Makefile, HAS_FPU will be turned of by uclibc.mk.
TODO: Implement a buildroot options for no float support at all.
2003-11-18 19:58:46 +00:00
Eric Andersen
e1a124005c
Update the default busybox config
2003-11-13 12:10:58 +00:00
Manuel Novoa III
3b738ef6dd
Make sure we prompt for MMU setting if unknown.
2003-11-11 21:26:17 +00:00
Eric Andersen
6e05374b6d
Default to having an MMU, which must be explictly overridden on
...
a per arch basis
2003-11-11 21:18:47 +00:00
Manuel Novoa III
98dd5fd7a8
I broke the libstdc++ locale-enabled build when I hid the definition
...
of locale_t. Since I don't want to expose this, for the moment add
some nasty casts to reference the necessary pointer fields for the
ctype information.
2003-11-11 06:53:22 +00:00
Manuel Novoa III
eab54b6a73
Update.
2003-11-11 06:50:11 +00:00
Eric Andersen
53eff10d14
oops
2003-11-08 02:18:03 +00:00
Eric Andersen
b451d1dc68
Update the ltp testsuite
2003-11-07 23:52:10 +00:00
Eric Andersen
d30258309f
Oops! Don't disable all float support!
2003-11-07 04:56:03 +00:00
Eric Andersen
495279039a
Make sure the config system asks stuff when it should, and doen't
...
ask when it shouldn't...
2003-11-07 04:50:00 +00:00
Eric Andersen
d399514752
A bit more wiggling to prevent asking about the target
...
architecture when possible, since we already know the
correct answer.
2003-11-05 01:34:17 +00:00
Eric Andersen
55b7ab982f
Yet more adaption for arches such as mipsel. Do not provide
...
defaults for endianness. Either it will be automaticly correct
(such as for i386), or we need to prompt.
2003-11-05 01:27:22 +00:00
Eric Andersen
5833504dad
minor changes to accomodate the config system updates
2003-11-04 13:56:00 +00:00
Eric Andersen
9d82281e67
Update the uClibc config
2003-11-04 13:26:33 +00:00
Eric Andersen
b1f39829cd
strace 4.5 builds properly for mipsel, and does not use sys_errlist,
...
so we no longer need to patch anything.
-Erik
2003-11-01 05:57:07 +00:00
Manuel Novoa III
d632d42b34
Enable building soft float buildroot for gcc 3.3. Currently works for
...
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-11-01 05:34:41 +00:00
Eric Andersen
b5f7712c83
Oops. I did not intend to leave debugging and such enabled by default.
2003-10-24 04:02:54 +00:00
Eric Andersen
f24f81977c
Update default busybox config
2003-10-22 23:37:01 +00:00
Eric Andersen
3c913b59bf
Upgrade valgrind
2003-10-19 07:36:18 +00:00
Eric Andersen
83b95bdb42
Cope with the new RUNTIME_PREFIX
2003-10-18 11:51:50 +00:00
Eric Andersen
08e8565328
do not use a perl, just use a patch
2003-10-18 06:47:18 +00:00
Eric Andersen
2646751bd2
Add a bit more stuff to the default busybox config
2003-10-07 10:53:20 +00:00
Eric Andersen
976f46b798
Update included kernel version
2003-10-07 10:52:23 +00:00
Eric Andersen
c1846604ed
Add the linux test project test suite. The 'make install' step is currently
...
broken, since I've not worked out how I want to handle that step (it wants to
run as root).
2003-10-06 08:06:02 +00:00
Eric Andersen
1d669278d8
Update file
2003-10-03 01:27:09 +00:00
Eric Andersen
3f43ecc428
enable ftw by default
2003-10-03 01:26:05 +00:00
Eric Andersen
f056ca7b18
Update to non-vulnerable version
2003-10-01 07:30:19 +00:00
Eric Andersen
91a2680a50
Fixup the binutils_target build
2003-09-27 01:11:27 +00:00
Eric Andersen
597bc47dd2
Update the default busybox config
2003-09-26 20:52:30 +00:00
Eric Andersen
cb7d5b81c9
Rework toolchain build to make it much more modular and
...
remove the redundant redundancy.
2003-09-14 11:38:35 +00:00
Eric Andersen
5f92f5c9e9
enable getopt for fakeroot
2003-09-14 11:34:26 +00:00
Eric Andersen
f0f965bd2c
Add in a default config to make it easy for people that want
...
to enable uClibc's locale support.
2003-09-12 00:04:22 +00:00
Eric Andersen
306861203d
remove stuff already in binutils-2.14.90.0.6
2003-09-11 12:55:16 +00:00
Eric Andersen
523f6566a9
Update the default uClibc config for 0.9.21
2003-09-10 09:10:27 +00:00
Eric Andersen
47c35f2fc0
teach glib to cross compile
2003-09-04 08:15:44 +00:00
Eric Andersen
5c13146145
Fixup strace so it compiles
2003-09-03 07:28:50 +00:00
Manuel Novoa III
0e956fc164
Add support for enabling use of libintl.
...
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-03 07:18:18 +00:00
Eric Andersen
2aaceb3dd6
Fixup binutils cross builds
2003-09-03 06:09:43 +00:00
Eric Andersen
92cecf265e
Make sure binutils does not leak system libraries into the build.
...
patch from mjn3 to prevent gcc using broken include paths
2003-09-02 12:22:02 +00:00
Eric Andersen
c9e50edded
Update for disabling wordexp
2003-09-01 20:14:40 +00:00
Eric Andersen
30563ccc18
This patch is not needed with gcc 3.3.1
2003-08-23 01:48:15 +00:00
Eric Andersen
526a46c481
unset CONFIG_LAST
2003-08-22 12:51:59 +00:00
Eric Andersen
541ecb8d06
Make binutils not leak libraries
2003-08-22 12:47:39 +00:00
Eric Andersen
772128bd40
fix all uses of sys_nerr and sys_errlist[]
2003-08-20 14:57:21 +00:00
Eric Andersen
7c6a2b226c
Fix gdb to not use sys_errlist[] and sys_nerr,
2003-08-20 14:38:31 +00:00
Eric Andersen
9d92d8c890
Update default busybox config
2003-08-18 23:06:31 +00:00
Eric Andersen
9a392d0a79
Update dropbear to the latest and greatest, fixing a
...
security problem
2003-08-17 10:22:03 +00:00
Eric Andersen
188cfe5f4f
Update valgrind
2003-08-17 10:20:48 +00:00
Eric Andersen
22997c4763
Update for the latest and greatest uClibc
2003-08-17 09:58:08 +00:00
Eric Andersen
9a192d7813
I wrote this patch some time ago, seems I forgot to commit it.
...
This fixes a serious bug in diethotplug, and fixes the install
locations.
-Erik
2003-08-01 03:38:04 +00:00
Eric Andersen
9fe57b89a9
Patch from Dean Matsen to fix broken telnet format strings.
2003-07-24 05:52:03 +00:00
Eric Andersen
79815f7b45
Update to valgrind 1.9.6
2003-07-13 22:27:37 +00:00
Eric Andersen
cd1f5c2fd3
Omit specifying kernel version
2003-07-13 22:19:47 +00:00
Eric Andersen
1369474734
Add support for building perl
2003-06-28 02:02:47 +00:00