ARM, GCC-4.2.1, CFLAGS='-O0 -mbig-endian -msoft-float' The problem persists.
-----Original Message----- From: Bernhard Reutner-Fischer [mailto:[email protected]] Sent: Tuesday, October 13, 2009 6:33 PM To: Teh Kok How Cc: 'Juergen Hennerich'; [email protected] Subject: Re: busybox-1.15.2 awk broken On Tue, Oct 13, 2009 at 05:36:08PM +0800, Teh Kok How wrote: >[r...@smartbridges:~ 1]# echo $LANG >C >[r...@smartbridges:~ 1]# awk -F: '{ print $1 }' /etc/passwd what arch, version of gcc, CFLAGS are you using? if it's gcc < 4.4.1, retry with 4.4.1 if it persists with 4.4.1 i suppose it goes away if you $ make clean ; make CFLAGS=-O0 does it? _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
