[Bug 747] 1.15.2 regression from 1.15.1 in ash parameter expansion

bugzilla at busybox.net bugzilla at busybox.net
Mon Nov 30 11:36:19 UTC 2009


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





--- Comment #13 from Denys Vlasenko <vda.linux at googlemail.com>  2009-11-30 11:36:18 UTC ---
Looks like cc-options works, and you have this long string:

  -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused
-Wunused-parameter
  -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations
  -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen
  -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections
  -fno-guess-branch-probability -funsigned-char -static-libgcc
-falign-functions=1
  -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os  -march=i386
-mpreferred-stack-boundary=2


added piece-by-piece to CFLAGS. Bu then it gets lost, and ash.c is compiled
without any of these flags. This is wrong.

Do you pass CFLAGS to make in environment or on make commandline?

For one, where "-pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -mtune=generic
-march=i586" section come from? busybox doesn't have "-pipe" anywhere in the
tree.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list