Commit Graph

1309 Commits

Author SHA1 Message Date
Paul Mundt
48f9b7862e Get the board-specific dependencies right.
Currently each board is dumping all of its config options regardless of
whether we are even on the right architecture or not (this is due to
outright sourcing of the configs at the upper level..). Dependency
resolution either needs to be done there, or at the board-specific level.
2005-05-02 20:39:12 +00:00
Paul Mundt
50b47fadcc Add proper target support for newfangled sh targets.
GCC folk in their infinite wisdom have added half-assed target support
for newer sh cores. The support is there, but of course we have no
way to actually enable the thing, so we do that with this patch.

Likewise, binutils has no idea about any of these new targets either (not
even a half-assed attempt, sadly), so we fix that up too.. now we're able
to actually build a real toolchain for sh2a_nofpu- and other more ineptly
named toolchains (and yes, there are more inept targets than that one,
really. Go look, I promise).
2005-05-02 13:58:00 +00:00
Manuel Novoa III
306f002a87 No need to patch this when there's a configuration parameter. 2005-05-02 13:40:22 +00:00
Paul Mundt
8e6c4f0576 sh64 no longer implies sh as far as uClibc is concerned.. 2005-05-02 13:38:26 +00:00
Manuel Novoa III
d8756d11d4 Obsolete. 2005-05-02 13:37:16 +00:00
Manuel Novoa III
a6e7be031d This is the 100 patch for 2.16.90.0.2. Note that 2.16.90.0.2 seems to be broken for mips. 2005-05-02 13:36:13 +00:00
Manuel Novoa III
9b9985681b Ugly hack to force the configuration for the cross libstdc++ to fail for complex funcs we don't yet support. 2005-05-01 05:31:44 +00:00
Manuel Novoa III
5b01ff9528 No longer needed and actually breaks the gcc java build. 2005-05-01 03:22:24 +00:00
Eric Andersen
47fc1c4a16 Prune out a bunch of binutils versions that are no longer
the latest and greatest in their respective binutils series
2005-05-01 00:52:31 +00:00
Eric Andersen
cee3371c5f Weed out older, no longer maintained versions of gcc 2005-05-01 00:43:16 +00:00
Eric Andersen
172f4c76b3 It is now official, the cause of the mysterious gcc 3.3.5 exception
handling failure is definately sjlj. Only enable it for the apparently
broken gcc 3.3.3 toolchain, which _does_ need it for exception handling
to work properly.
2005-05-01 00:34:11 +00:00
Manuel Novoa III
51b8148162 Fix soft float options for gcc 4. 2005-04-30 22:59:05 +00:00
Manuel Novoa III
7b67264adf Someone forgot mipsel for soft float... 2005-04-30 22:02:38 +00:00
Manuel Novoa III
71afd3a1a0 Add 4.0.0 support. Some arches may still need some tweaking and/or additional patches. But I successfully built cross and target toolchains for x86 and mipsel supporting c/c++/objective-c/java. Of course I haven't tested them yet... 2005-04-30 22:01:20 +00:00
Manuel Novoa III
3e0abd14cf Support gcc 4.[01]. Only tried for 4.0.0 at this point. 2005-04-30 21:58:58 +00:00
Manuel Novoa III
79a40a3437 Add gcc 4.0.0 support. Note... I haven't needed the sjlj exception support in some time, but haven't touched the default in this commit. 2005-04-30 21:57:58 +00:00
Manuel Novoa III
bea1c36aa2 Fill in a couple of omissions. 2005-04-30 21:55:13 +00:00
Manuel Novoa III
42b8eb1908 Needed --disable-werror to get 2.16.mumble build from dying on missing prototypes in lex-generated files. 2005-04-30 21:51:23 +00:00
Mike Frysinger
c996726e38 grab the -linux-gnu* -> -linux-* config changes from mainline and backport them to the 2.16 branch 2005-04-30 01:03:47 +00:00
Mike Frysinger
c8846c81b8 2.16.90.0.2 released 2005-04-30 00:33:04 +00:00
"Steven J. Hill"
8a5d57bbb2 Add support for soon to be released binutils-2.16 as well as
GCC-4.1.0. These tool versions are needed so that NPTL support
can be added into uClibc. Backporting NPTL from GCC-4.1.0 into
GCC-4.0 may be possible, but not recommended.
2005-04-28 03:53:52 +00:00
"Steven J. Hill"
719bb81a16 Slash missing. 2005-04-27 21:00:48 +00:00
"Steven J. Hill"
0e5de0386d Rsync was recently upgraded to 2.6.4. Until buildroot is updated,
the RSYNC_SITE variable needs to be changed.
2005-04-27 20:59:23 +00:00
Eric Andersen
f3ccf319b0 Make defconfig work properly 2005-04-27 08:09:58 +00:00
Eric Andersen
dfba3cfed9 http://bugs.uclibc.org/view.php?id=189 2005-04-26 06:26:14 +00:00
Joakim Tjernlund
d17c8983f2 Don't forget about libgcc_s_nof.so when processing
libgcc_s.so
2005-04-25 10:18:30 +00:00
"Steven J. Hill"
9b82915de4 Fix install error caused by 'ln -sf' which tries to use the target's
'ln' instead of the host. A quick grep through the other packages
shows that this may be an issue as well. I will probably have more
fixes later today.
2005-04-23 17:45:18 +00:00
"Steven J. Hill"
7f6a277243 Fix broken patch. Was this even tested? 2005-04-23 03:26:54 +00:00
Eric Andersen
eadb1e7ba4 Update for latest config options 2005-04-21 20:06:06 +00:00
Eric Andersen
cc4c8832ac Do not include an empty resolv.conf 2005-04-21 20:05:12 +00:00
Eric Andersen
ec2bc50a0f don't put in a default resolv.conf. Some folks with a ro rootfs
will want to replace this, i.e. with a symlink to /tmp
2005-04-21 18:51:38 +00:00
Eric Andersen
fc6fc1f7f7 Don't mess with /etc/default for now. 2005-04-21 17:52:19 +00:00
Eric Andersen
07064c0978 Update init scripts a bit. Don't mess with /etc/default for now. 2005-04-21 17:36:04 +00:00
Eric Andersen
74ad4e12c8 Change all instances of 'ln -sf' to 'ln -snf' 2005-04-15 02:19:11 +00:00
Eric Andersen
3f7d89fe6f Some minor updates for the net4521 2005-04-15 02:14:42 +00:00
Eric Andersen
bb000d4268 Add a bunch of patches snarfed from the debian gdb package 2005-04-14 08:05:03 +00:00
Eric Andersen
1f916f6835 switch to mips32 2005-04-14 08:01:51 +00:00
Eric Andersen
5c0d193924 Minor ltrace updates 2005-04-14 08:00:27 +00:00
Eric Andersen
483fa88f3e Update cramfs to handle switching endianness when necessary 2005-04-14 07:59:42 +00:00
Eric Andersen
2badd4b3e5 Fix up the build of libelf so it actually works 2005-04-12 22:04:14 +00:00
Eric Andersen
9fc890fc1f Make busybox config file location a config option 2005-04-12 20:32:45 +00:00
Eric Andersen
6e8666ead8 Apply patch from http://bugs.busybox.net/view.php?id=205 2005-04-12 19:40:23 +00:00
Eric Andersen
416b97d913 remove empty directory 2005-04-11 20:23:38 +00:00
Mike Frysinger
53acd0071b delete older 2.15.94.0.2 and add new 2.16.90.0.1 2005-04-11 06:26:15 +00:00
Ned Ludd
2dd5c95248 - glib1 does not build a .so 2005-04-08 08:00:03 +00:00
Ned Ludd
b4a0042677 - fix broken concatenated lines. reported by hermannb bug #216 2005-04-08 07:59:01 +00:00
Mike Frysinger
c76539aa58 SnarlCat writes: add OBJCOPY to build environment Bug #213 2005-04-07 00:25:21 +00:00
Mike Frysinger
ed91eb9547 version bump 2005-04-05 05:06:10 +00:00
Eric Andersen
578ecbbfc8 Minor platform updates 2005-03-31 22:45:22 +00:00
Eric Andersen
7e66561771 update gdb a bit. remove support for ancient versions. 2005-03-26 06:46:02 +00:00