buildroot.git
19 years agoPatch from 2.6.12-rc3 Linux/MIPS tree to add in NPTL changes for MIPS. Hopefully...
"Steven J. Hill" [Thu, 5 May 2005 04:26:07 +0000 (04:26 -0000)]
Patch from 2.6.12-rc3 Linux/MIPS tree to add in NPTL changes for MIPS. Hopefully 2.6.12 will release soon so we can get the updates.

19 years agoUh... sjhill... Why do you think this shouldn't be here?
Manuel Novoa III [Thu, 5 May 2005 03:25:19 +0000 (03:25 -0000)]
Uh... sjhill... Why do you think this shouldn't be here?

19 years agoRemove unneeded 2.16 binutils patch and update GCC 4.1.0 patches. MIPS
"Steven J. Hill" [Thu, 5 May 2005 03:17:15 +0000 (03:17 -0000)]
Remove unneeded 2.16 binutils patch and update GCC 4.1.0 patches. MIPS
toolchain and filesystem image builds for C/C++. Java will be tested
next.

19 years agofixup libreadline build, per http://bugs.uclibc.org/view.php?id=229
Eric Andersen [Wed, 4 May 2005 01:00:23 +0000 (01:00 -0000)]
fixup libreadline build, per bugs.uclibc.org/view.php?id=229

19 years agoInitial support for MS7206SE01 sh2a board.
Paul Mundt [Tue, 3 May 2005 13:56:36 +0000 (13:56 -0000)]
Initial support for MS7206SE01 sh2a board.

19 years agoLooks like the 2.16 patches should work fine for 2.15.97, and tested with a mipsel...
Manuel Novoa III [Tue, 3 May 2005 05:06:06 +0000 (05:06 -0000)]
Looks like the 2.16 patches should work fine for 2.15.97, and tested with a mipsel soft-float cross+native toolchain build.

19 years agoNew patches for GCC-4.1.0 for locale and configuration.
"Steven J. Hill" [Tue, 3 May 2005 04:22:24 +0000 (04:22 -0000)]
New patches for GCC-4.1.0 for locale and configuration.

19 years agoAdd patches for GCC-4.x so that packages will build properly.
"Steven J. Hill" [Tue, 3 May 2005 04:21:20 +0000 (04:21 -0000)]
Add patches for GCC-4.x so that packages will build properly.

19 years agoGet the board-specific dependencies right.
Paul Mundt [Mon, 2 May 2005 20:39:12 +0000 (20:39 -0000)]
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.

19 years agoAdd proper target support for newfangled sh targets.
Paul Mundt [Mon, 2 May 2005 13:58:00 +0000 (13:58 -0000)]
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).

19 years agoNo need to patch this when there's a configuration parameter.
Manuel Novoa III [Mon, 2 May 2005 13:40:22 +0000 (13:40 -0000)]
No need to patch this when there's a configuration parameter.

19 years agosh64 no longer implies sh as far as uClibc is concerned..
Paul Mundt [Mon, 2 May 2005 13:38:26 +0000 (13:38 -0000)]
sh64 no longer implies sh as far as uClibc is concerned..

19 years agoObsolete.
Manuel Novoa III [Mon, 2 May 2005 13:37:16 +0000 (13:37 -0000)]
Obsolete.

19 years agoThis is the 100 patch for 2.16.90.0.2. Note that 2.16.90.0.2 seems to be broken...
Manuel Novoa III [Mon, 2 May 2005 13:36:13 +0000 (13:36 -0000)]
This is the 100 patch for 2.16.90.0.2.  Note that 2.16.90.0.2 seems to be broken for mips.

19 years agoUgly hack to force the configuration for the cross libstdc++ to fail for complex...
Manuel Novoa III [Sun, 1 May 2005 05:31:44 +0000 (05:31 -0000)]
Ugly hack to force the configuration for the cross libstdc++ to fail for complex funcs we don't yet support.

19 years agoNo longer needed and actually breaks the gcc java build.
Manuel Novoa III [Sun, 1 May 2005 03:22:24 +0000 (03:22 -0000)]
No longer needed and actually breaks the gcc java build.

19 years agoPrune out a bunch of binutils versions that are no longer
Eric Andersen [Sun, 1 May 2005 00:52:31 +0000 (00:52 -0000)]
Prune out a bunch of binutils versions that are no longer
the latest and greatest in their respective binutils series

19 years agoWeed out older, no longer maintained versions of gcc
Eric Andersen [Sun, 1 May 2005 00:43:16 +0000 (00:43 -0000)]
Weed out older, no longer maintained versions of gcc

19 years agoIt is now official, the cause of the mysterious gcc 3.3.5 exception
Eric Andersen [Sun, 1 May 2005 00:34:11 +0000 (00:34 -0000)]
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.

19 years agoFix soft float options for gcc 4.
Manuel Novoa III [Sat, 30 Apr 2005 22:59:05 +0000 (22:59 -0000)]
Fix soft float options for gcc 4.

19 years agoSomeone forgot mipsel for soft float...
Manuel Novoa III [Sat, 30 Apr 2005 22:02:38 +0000 (22:02 -0000)]
Someone forgot mipsel for soft float...

19 years agoAdd 4.0.0 support. Some arches may still need some tweaking and/or additional patche...
Manuel Novoa III [Sat, 30 Apr 2005 22:01:20 +0000 (22:01 -0000)]
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...

19 years agoSupport gcc 4.[01]. Only tried for 4.0.0 at this point.
Manuel Novoa III [Sat, 30 Apr 2005 21:58:58 +0000 (21:58 -0000)]
Support gcc 4.[01].  Only tried for 4.0.0 at this point.

19 years agoAdd gcc 4.0.0 support. Note... I haven't needed the sjlj exception support in some...
Manuel Novoa III [Sat, 30 Apr 2005 21:57:58 +0000 (21:57 -0000)]
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.

19 years agoFill in a couple of omissions.
Manuel Novoa III [Sat, 30 Apr 2005 21:55:13 +0000 (21:55 -0000)]
Fill in a couple of omissions.

19 years agoNeeded --disable-werror to get 2.16.mumble build from dying on missing prototypes...
Manuel Novoa III [Sat, 30 Apr 2005 21:51:23 +0000 (21:51 -0000)]
Needed --disable-werror to get 2.16.mumble build from dying on missing prototypes in lex-generated files.

19 years agograb the -linux-gnu* -> -linux-* config changes from mainline and backport them to...
Mike Frysinger [Sat, 30 Apr 2005 01:03:47 +0000 (01:03 -0000)]
grab the -linux-gnu* -> -linux-* config changes from mainline and backport them to the 2.16 branch

19 years ago2.16.90.0.2 released
Mike Frysinger [Sat, 30 Apr 2005 00:33:04 +0000 (00:33 -0000)]
2.16.90.0.2 released

19 years agoAdd support for soon to be released binutils-2.16 as well as
"Steven J. Hill" [Thu, 28 Apr 2005 03:53:52 +0000 (03:53 -0000)]
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.

19 years agoSlash missing.
"Steven J. Hill" [Wed, 27 Apr 2005 21:00:48 +0000 (21:00 -0000)]
Slash missing.

19 years agoRsync was recently upgraded to 2.6.4. Until buildroot is updated,
"Steven J. Hill" [Wed, 27 Apr 2005 20:59:23 +0000 (20:59 -0000)]
Rsync was recently upgraded to 2.6.4. Until buildroot is updated,
the RSYNC_SITE variable needs to be changed.

19 years agoMake defconfig work properly
Eric Andersen [Wed, 27 Apr 2005 08:09:58 +0000 (08:09 -0000)]
Make defconfig work properly

19 years agohttp://bugs.uclibc.org/view.php?id=189
Eric Andersen [Tue, 26 Apr 2005 06:26:14 +0000 (06:26 -0000)]
http://bugs.uclibc.org/view.php?id=189

19 years agoDon't forget about libgcc_s_nof.so when processing
Joakim Tjernlund [Mon, 25 Apr 2005 10:18:30 +0000 (10:18 -0000)]
Don't forget about libgcc_s_nof.so when processing
libgcc_s.so

19 years agoFix install error caused by 'ln -sf' which tries to use the target's
"Steven J. Hill" [Sat, 23 Apr 2005 17:45:18 +0000 (17:45 -0000)]
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.

19 years agoFix broken patch. Was this even tested?
"Steven J. Hill" [Sat, 23 Apr 2005 03:26:54 +0000 (03:26 -0000)]
Fix broken patch. Was this even tested?

19 years agoUpdate for latest config options
Eric Andersen [Thu, 21 Apr 2005 20:06:06 +0000 (20:06 -0000)]
Update for latest config options

19 years agoDo not include an empty resolv.conf
Eric Andersen [Thu, 21 Apr 2005 20:05:12 +0000 (20:05 -0000)]
Do not include an empty resolv.conf

19 years agodon't put in a default resolv.conf. Some folks with a ro rootfs
Eric Andersen [Thu, 21 Apr 2005 18:51:38 +0000 (18:51 -0000)]
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

19 years agoDon't mess with /etc/default for now.
Eric Andersen [Thu, 21 Apr 2005 17:52:19 +0000 (17:52 -0000)]
Don't mess with /etc/default for now.

19 years agoUpdate init scripts a bit. Don't mess with /etc/default for now.
Eric Andersen [Thu, 21 Apr 2005 17:36:04 +0000 (17:36 -0000)]
Update init scripts a bit.  Don't mess with /etc/default for now.

19 years agoChange all instances of 'ln -sf' to 'ln -snf'
Eric Andersen [Fri, 15 Apr 2005 02:19:11 +0000 (02:19 -0000)]
Change all instances of 'ln -sf' to 'ln -snf'

19 years agoSome minor updates for the net4521
Eric Andersen [Fri, 15 Apr 2005 02:14:42 +0000 (02:14 -0000)]
Some minor updates for the net4521

19 years agoAdd a bunch of patches snarfed from the debian gdb package
Eric Andersen [Thu, 14 Apr 2005 08:05:03 +0000 (08:05 -0000)]
Add a bunch of patches snarfed from the debian gdb package

19 years agoswitch to mips32
Eric Andersen [Thu, 14 Apr 2005 08:01:51 +0000 (08:01 -0000)]
switch to mips32

19 years agoMinor ltrace updates
Eric Andersen [Thu, 14 Apr 2005 08:00:27 +0000 (08:00 -0000)]
Minor ltrace updates

19 years agoUpdate cramfs to handle switching endianness when necessary
Eric Andersen [Thu, 14 Apr 2005 07:59:42 +0000 (07:59 -0000)]
Update cramfs to handle switching endianness when necessary

19 years agoFix up the build of libelf so it actually works
Eric Andersen [Tue, 12 Apr 2005 22:04:14 +0000 (22:04 -0000)]
Fix up the build of libelf so it actually works

19 years agoMake busybox config file location a config option
Eric Andersen [Tue, 12 Apr 2005 20:32:45 +0000 (20:32 -0000)]
Make busybox config file location a config option

19 years agoApply patch from http://bugs.busybox.net/view.php?id=205
Eric Andersen [Tue, 12 Apr 2005 19:40:23 +0000 (19:40 -0000)]
Apply patch from bugs.busybox.net/view.php?id=205

19 years agoremove empty directory
Eric Andersen [Mon, 11 Apr 2005 20:23:38 +0000 (20:23 -0000)]
remove empty directory

19 years agodelete older 2.15.94.0.2 and add new 2.16.90.0.1
Mike Frysinger [Mon, 11 Apr 2005 06:26:15 +0000 (06:26 -0000)]
delete older 2.15.94.0.2 and add new 2.16.90.0.1

19 years ago- glib1 does not build a .so
Ned Ludd [Fri, 8 Apr 2005 08:00:03 +0000 (08:00 -0000)]
- glib1 does not build a .so

19 years ago- fix broken concatenated lines. reported by hermannb bug #216
Ned Ludd [Fri, 8 Apr 2005 07:59:01 +0000 (07:59 -0000)]
- fix broken concatenated lines. reported by hermannb bug #216

19 years agoSnarlCat writes: add OBJCOPY to build environment Bug #213
Mike Frysinger [Thu, 7 Apr 2005 00:25:21 +0000 (00:25 -0000)]
SnarlCat writes: add OBJCOPY to build environment Bug #213

19 years agoversion bump
Mike Frysinger [Tue, 5 Apr 2005 05:06:10 +0000 (05:06 -0000)]
version bump

19 years agoMinor platform updates
Eric Andersen [Thu, 31 Mar 2005 22:45:22 +0000 (22:45 -0000)]
Minor platform updates

19 years agoupdate gdb a bit. remove support for ancient versions.
Eric Andersen [Sat, 26 Mar 2005 06:46:02 +0000 (06:46 -0000)]
update gdb a bit.  remove support for ancient versions.

19 years agoOverwrite any existing link should there be one
Eric Andersen [Sat, 26 Mar 2005 01:42:52 +0000 (01:42 -0000)]
Overwrite any existing link should there be one

19 years agoAdd missing definition for 'struct ip_nat_multi_range_compat' so
Eric Andersen [Tue, 22 Mar 2005 20:05:01 +0000 (20:05 -0000)]
Add missing definition for 'struct ip_nat_multi_range_compat' so
that iptables can compile

19 years agoforce libelf to be selected
Mike Frysinger [Mon, 21 Mar 2005 02:59:56 +0000 (02:59 -0000)]
force libelf to be selected

19 years agoBug #160, pgrayson writes: The readline package currently has a Makefile.in. This...
Mike Frysinger [Mon, 21 Mar 2005 02:54:35 +0000 (02:54 -0000)]
Bug #160, pgrayson writes: The readline package currently has a Makefile.in. This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk.

19 years agoBug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This will updat...
Mike Frysinger [Mon, 21 Mar 2005 02:35:50 +0000 (02:35 -0000)]
Bug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This will update the version to download as well as one line of the patch which needed correcting.

19 years agodont install fips crap
Mike Frysinger [Mon, 21 Mar 2005 02:35:10 +0000 (02:35 -0000)]
dont install fips crap

19 years agoBug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it should be...
Mike Frysinger [Mon, 21 Mar 2005 02:33:24 +0000 (02:33 -0000)]
Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it should be BR2_PACKAGE_GDB_CLIENT.

19 years agoBump available sanitized kernel headers
Eric Andersen [Fri, 18 Mar 2005 10:23:50 +0000 (10:23 -0000)]
Bump available sanitized kernel headers

19 years agoDon't let the system /usr/bin/install try to strip target binaries
Eric Andersen [Thu, 17 Mar 2005 22:41:47 +0000 (22:41 -0000)]
Don't let the system /usr/bin/install try to strip target binaries
since it is too stupid to know about cross compilation, and will
therefore try to use the system strip command, too ill effect.

19 years agoAdd support for udev, from Nathanael Noblet
Eric Andersen [Tue, 15 Mar 2005 19:16:00 +0000 (19:16 -0000)]
Add support for udev, from Nathanael Noblet

19 years agoTeach the kernel config to also swing both ways
Eric Andersen [Thu, 10 Mar 2005 20:00:25 +0000 (20:00 -0000)]
Teach the kernel config to also swing both ways

19 years agoTry out mips3
Eric Andersen [Thu, 10 Mar 2005 19:48:32 +0000 (19:48 -0000)]
Try out mips3

19 years agoThe DBAu1500 can run as either big or little endian
Eric Andersen [Thu, 10 Mar 2005 19:47:57 +0000 (19:47 -0000)]
The DBAu1500 can run as either big or little endian

19 years agoFix http://bugs.uclibc.org/view.php?id=135
Eric Andersen [Wed, 9 Mar 2005 17:45:21 +0000 (17:45 -0000)]
Fix http://bugs.uclibc.org/view.php?id=135

The ISC DHCP package only install the dhcrelay binary. Patch
supplied to install server and client too, as configured.

19 years agoFix /http://bugs.uclibc.org/view.php?id=134
Eric Andersen [Wed, 9 Mar 2005 17:39:38 +0000 (17:39 -0000)]
Fix /http://bugs.uclibc.org/view.php?id=134

The configuration utility in package/config/ can look for a default
configuration file called 'defconfig' but it's hard coded to look for
sysdeps/linux/defconfig.

This patch causes the config utility to look in the current working directory
for the 'defconfig' file. I use this to provide a default configuration to a
new buildroot environment. This way, I can 'svn co' buildroot, copy my
defconfig, then make defconfig to use my own default configuration.

This fix only changes one line in the confdata.c file to remove the legacy path
that was used in Linux, and not needed in buildroot.

19 years agoPer http://bugs.uclibc.org/view.php?id=130
Eric Andersen [Wed, 9 Mar 2005 17:36:12 +0000 (17:36 -0000)]
Per http://bugs.uclibc.org/view.php?id=130
sed needs to use different delimiters since the regex is
using slashes from a filename

19 years agoFixup device table location
Eric Andersen [Wed, 9 Mar 2005 17:30:20 +0000 (17:30 -0000)]
Fixup device table location

19 years agopatch from pgrayson:
Eric Andersen [Wed, 9 Mar 2005 17:27:14 +0000 (17:27 -0000)]
patch from pgrayson:

 This patch does a couple mtd related things:

* Updates to the latest (2005/01/22) mtd from debian.org

* Fixes weird behavior where mkfs.jffs2 built for target was put into the staging dir.

* Shows the mtd package in the package selection menu. When mtd is enabled, the various mtd utilities appear and can be individually selected.

* Added a config item for sumtool, which is part of the mtd-utils and helps manage the new summary feature in jffs2 images.

* Fixed mtd build dependency problem. The mtd utils dynamically link with libz.so, therefore the zlib package is prerequisite for any of the mtd utilities.

19 years agoBe extra careful about where the uClibc config file comes from
Eric Andersen [Wed, 9 Mar 2005 08:36:49 +0000 (08:36 -0000)]
Be extra careful about where the uClibc config file comes from

19 years agoAdd board support for AMD devel boards
Eric Andersen [Wed, 9 Mar 2005 08:35:45 +0000 (08:35 -0000)]
Add board support for AMD devel boards

19 years agoAdd board support for the AMD DBAu1500 development board
Eric Andersen [Wed, 9 Mar 2005 08:35:06 +0000 (08:35 -0000)]
Add board support for the AMD DBAu1500 development board

19 years agoUpdate dropbear to the new version.
Eric Andersen [Wed, 9 Mar 2005 08:30:47 +0000 (08:30 -0000)]
Update dropbear to the new version.
Add a config option to handle low entropy system.

19 years agofix grammar
Eric Andersen [Tue, 8 Mar 2005 17:29:28 +0000 (17:29 -0000)]
fix grammar

19 years agoFixup gcc 3.3.3 and 3.3.4 builds with patches backported
Eric Andersen [Tue, 8 Mar 2005 06:48:38 +0000 (06:48 -0000)]
Fixup gcc 3.3.3 and 3.3.4 builds with patches backported
from stuff I added to gcc-3.3.5

19 years agoSupport building fakeroot for use on the host system, i.e. for
Eric Andersen [Mon, 7 Mar 2005 21:19:15 +0000 (21:19 -0000)]
Support building fakeroot for use on the host system, i.e. for
munging permissions on tarballs...

19 years agoncurses build with make -jN, N>1 seems racey
Eric Andersen [Mon, 7 Mar 2005 06:57:35 +0000 (06:57 -0000)]
ncurses build with make -jN, N>1 seems racey

19 years agogcc 3.4.0 also needs to not emit embedded pic relocs for mips
Eric Andersen [Wed, 2 Mar 2005 12:54:47 +0000 (12:54 -0000)]
gcc 3.4.0 also needs to not emit embedded pic relocs for mips

19 years agoDeal with it when binutils is being somewhat troublesome
Eric Andersen [Wed, 2 Mar 2005 12:33:58 +0000 (12:33 -0000)]
Deal with it when binutils is being somewhat troublesome

19 years agoFix things the other way round. Instead of restoring the mips
Eric Andersen [Wed, 2 Mar 2005 12:30:29 +0000 (12:30 -0000)]
Fix things the other way round.  Instead of restoring the mips
embedded pic support into binutils, instead fixup gcc to not emit
any embedded pic relocations.

19 years agobother. Fix the filename
Eric Andersen [Wed, 2 Mar 2005 11:17:51 +0000 (11:17 -0000)]
bother.  Fix the filename

19 years ago117_mips_symbolic_link is from debian
Eric Andersen [Wed, 2 Mar 2005 11:15:13 +0000 (11:15 -0000)]
117_mips_symbolic_link is from debian

19 years ago450-mips-restore-embedded-pic is I believe the minimum necessary to get gcc
Eric Andersen [Wed, 2 Mar 2005 11:15:05 +0000 (11:15 -0000)]
450-mips-restore-embedded-pic is I believe the minimum necessary to get gcc
3.3.x to compile again on mips.  As was, compiling gcc 3.3.x for mips would
cause gcc to blow up whining about combining symbols from different segments,
since stock binutils no longer supports the PC relative expressions emitted by
gcc 3.3.x for mips when generating embedded PIC code.

19 years agoAlways use CFLAGS_FOR_BUILD for using CC_FOR_BUILD
Eric Andersen [Wed, 2 Mar 2005 08:57:32 +0000 (08:57 -0000)]
Always use CFLAGS_FOR_BUILD for using CC_FOR_BUILD

19 years agokill off support for gdb 5.3
Eric Andersen [Wed, 2 Mar 2005 08:55:16 +0000 (08:55 -0000)]
kill off support for gdb 5.3

19 years agosimplify target language selection to remove nasty nested ifeq
Eric Andersen [Wed, 2 Mar 2005 07:30:26 +0000 (07:30 -0000)]
simplify target language selection to remove nasty nested ifeq

19 years agoteach BR2_INSTALL_LIBSTDCPP to actually install libstdc++
Eric Andersen [Wed, 2 Mar 2005 07:07:22 +0000 (07:07 -0000)]
teach BR2_INSTALL_LIBSTDCPP to actually install libstdc++

19 years agoFix Soekris net4521 kernel config location
Eric Andersen [Tue, 1 Mar 2005 17:43:36 +0000 (17:43 -0000)]
Fix Soekris net4521 kernel config location

19 years agobridge and pcmcia need a compiled up linux kernel
Eric Andersen [Tue, 1 Mar 2005 17:33:31 +0000 (17:33 -0000)]
bridge and pcmcia need a compiled up linux kernel

19 years agoOn mips, default to 4k pages to make binaries smaller
Eric Andersen [Tue, 1 Mar 2005 16:31:31 +0000 (16:31 -0000)]
On mips, default to 4k pages to make binaries smaller

19 years agouse tested patch from upstream
Mike Frysinger [Tue, 1 Mar 2005 02:49:42 +0000 (02:49 -0000)]
use tested patch from upstream

19 years ago3.3.5 needs arm big endian lovin too
Mike Frysinger [Tue, 1 Mar 2005 02:48:11 +0000 (02:48 -0000)]
3.3.5 needs arm big endian lovin too

19 years agoAdded support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fix
Joakim Tjernlund [Sun, 27 Feb 2005 23:47:35 +0000 (23:47 -0000)]
Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fix
obvious rejects.