Commit Graph

586 Commits

Author SHA1 Message Date
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
Eric Andersen
7db7bdf689 Patch from Lauri Leukkunen adding knobs controlling whether
host binaries are stripped or not
2004-02-27 19:26:55 +00:00
Eric Andersen
486640aadb Patch from Lauri Leukkunen:
Control the HOSTCC for the uclibc configuration procedure
2004-02-27 19:24:22 +00:00
Manuel Novoa III
27a666fa3a I don't remember if 2.95 creates .la files are not... but we'll remove
any just to be safe.
2004-02-27 07:49:44 +00:00
Manuel Novoa III
8b56ff58ba We need to remove the *.la files or libtool gets confused in the rootfs. 2004-02-27 07:47:54 +00:00
Eric Andersen
5a5e720c21 bother 2004-02-27 06:00:45 +00:00
Eric Andersen
ab45e76df2 sigh 2004-02-27 05:34:31 +00:00
Eric Andersen
2491944b16 Doh! 2004-02-27 00:39:54 +00:00
Eric Andersen
ae43b56d6a Better deal with arches like mips that have odd kernel dir naming 2004-02-27 00:26:57 +00:00
Eric Andersen
c9d7729914 I've put together an updated set of kernel headers, so use that. 2004-02-18 19:06:54 +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
Manuel Novoa III
08b2ca64df Upgrade since 2.5.4 has a configuration bug which builds with largefiles
but doesn't set the correct feature macro.  This resulted in fseeko not
being prototyped and patch failing on some platforms.
2004-02-16 01:18:43 +00:00
Manuel Novoa III
5f7a6e37e7 Should have added this a long time ago. 2004-02-11 06:44:47 +00:00
Manuel Novoa III
18cefb81d1 Use --enable-sjlj-exceptions when configuring gcc so that exception handling
works for dynamicly linked executables.  Only tested so far on i386 with
  gcc 3.3.2.  But combined with the latest ldso updates, I can now get a
  dynamicly linked java helloworld app to run.
Add a config toggle for building gcj and libgcj.  The build runs fine
  through gcc-final but currently requires hand interventions to build
  gcc-target.  Again, only tested so far on i386.
2004-02-11 03:32:34 +00:00
Eric Andersen
0209686130 Update to the February ltp-full-20040206 testsuite 2004-02-06 22:52:14 +00:00
Eric Andersen
05c5b52eef Add a check to ensure the proper utilities are installed before
trying to build binutils, lest folks get cryptic error msgs later.
 -Erik
2004-02-06 10:16:11 +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
bc4c9e3099 Bump bb to -pre7 2004-02-06 01:19:47 +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
23e3dd4079 Be consistant and use DISABLE_NLS for binutils 2004-01-30 22:15:17 +00:00
Eric Andersen
ef407d3df8 Remove USE_LINUX_UCLIBC option, since that is now the only
supported way of building toolchains
2004-01-29 23:21:00 +00:00
Eric Andersen
65eb36c4e9 Kill off the old gcc/binutils stuff 2004-01-29 23:13:49 +00:00
Eric Andersen
563a74609b Fixup grep build 2004-01-28 23:11:00 +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
Eric Andersen
78fe4bffde As noted by Joakim Tjernlund, we should force ln to overwrite
existing symlinks.
2004-01-20 17:51:43 +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
2d472b2334 Remove unnecessary dependency. 2004-01-15 15:59:43 +00:00
Manuel Novoa III
3800e33016 Minor cleanup. 2004-01-15 11:01:37 +00:00
Manuel Novoa III
0f92b01988 Oops... forgot --with-headers when building the cross compilers. So the
version of limits.h under gcc-lib was incorrect.
2004-01-14 19:05:27 +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
63bcb19b20 we do not 'ant' to use anything 2004-01-08 09:43:30 +00:00
Eric Andersen
efa01a402f Document the unwind-dw2-fde stuff a bit better, remove pointless
and inadvertant munging of libgcc_s's soname.
2004-01-08 09:41:43 +00:00
Eric Andersen
6a922668ea Default buildroot to use stock uClibc 0.9.26 till further notice 2004-01-04 06:08:20 +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
df169b191c Slightly newer ltp test 2003-12-29 23:19:46 +00:00
Eric Andersen
5d45d795c0 Update default config 2003-12-28 22:08:19 +00:00
Eric Andersen
6366b3737c remove trailing whitespace 2003-12-28 22:07:59 +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