[Bug 13511] ash: broken spacing on positional parameters

bugzilla at busybox.net bugzilla at busybox.net
Thu Feb 25 16:50:04 UTC 2021


https://bugs.busybox.net/show_bug.cgi?id=13511

--- Comment #5 from Denys Vlasenko <vda.linux at googlemail.com> ---
Can't reproduce on 1.32.0
Tried in i386 with only this chage to your config:

-CONFIG_CROSS_COMPILER_PREFIX="arm-unknown-linux-uclibcgnueabi-"
+CONFIG_CROSS_COMPILER_PREFIX="i486-linux-uclibc-"
 CONFIG_SYSROOT=""
-CONFIG_EXTRA_CFLAGS="-marm -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9
-pipe -funit-at-a-time -fomit-frame-pointer -ffixed-r8 -fno-common
-mno-thumb-interwork -mabi=aapcs-linux -mfloat-abi=soft"
+CONFIG_EXTRA_CFLAGS=""
 CONFIG_EXTRA_LDFLAGS=""
 CONFIG_EXTRA_LDLIBS=""
 # CONFIG_USE_PORTABLE_CODE is not set
-# CONFIG_STACK_OPTIMIZATION_386 is not set
+CONFIG_STACK_OPTIMIZATION_386=y

and the bug does not reproduce.

Can you reproduce it on a x86 machine, or does it seem to be armv7-a specific?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list