Re: [PATCH] Added defconfig files for Android, Cygwin and FreeBSD

2011-07-19 Thread Dan Fandrich
On Wed, Jul 20, 2011 at 02:10:22AM +0800, Botao Sun wrote: > I'm following your patch to build the Busybox on my own Android platform, but > this error raised: > == > /mnt/user/botao_sun/busybox/trunk_busybox/pandaleb/android-toolchain-eabi/bin > /../lib/gcc/arm-eabi/4.5.4/../../../../arm-e

Re: [PATCH] Added defconfig files for Android, Cygwin and FreeBSD

2011-07-19 Thread Dan Fandrich
On Tue, Jul 19, 2011 at 03:17:14PM +0200, Denys Vlasenko wrote: > I guess some people want to build bbox against bionic. It also prevents the need to install a separate toolchain. > OTOH, the CONFIG_EXTRA_CFLAGS in android_defconfig > sure looks suspicious. It contains too many flags. > > Daniel

Re: [PATCH] df option -P

2011-07-19 Thread Paul Smith
On Tue, 2011-07-19 at 17:08 +0200, Ralf Friedl wrote: > In coreutils df, one of the effects of the option -P is to output > everything in one line. This makes it much easier for a script to > parse the output of df. I'd really love for this feature to be added to busybox df; I just had to jump th

[PATCH] df option -P

2011-07-19 Thread Ralf Friedl
Hi In coreutils df, one of the effects of the option -P is to output everything in one line. This makes it much easier for a script to parse the output of df. This patch adds the same behavior to busybox df. Ralf diff --git a/coreutils/df.c b/coreutils/df.c index 846cb38..63dbd61 100644 ---

Re: [PATCH] Added defconfig files for Android, Cygwin and FreeBSD

2011-07-19 Thread Rob Landley
On 07/19/2011 01:10 AM, Denys Vlasenko wrote: > On Friday 15 July 2011 12:06, Daniel Fandrich wrote: >> Also added an example script to show how to compile BusyBox against >> Android's bionic. > > Applied, thanks! Out of morbid curiosity, the armv5l binary that's up there (statically linked again

Re: [PATCH] Added defconfig files for Android, Cygwin and FreeBSD

2011-07-19 Thread Denys Vlasenko
On Tue, Jul 19, 2011 at 2:53 PM, Rob Landley wrote: > On 07/19/2011 01:10 AM, Denys Vlasenko wrote: >> On Friday 15 July 2011 12:06, Daniel Fandrich wrote: >>> Also added an example script to show how to compile BusyBox against >>> Android's bionic. >> >> Applied, thanks! > > Out of morbid curiosi