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, which of them can be removed? I suppose the -W options and some of the -f options could go, and possibly one or more of the -I options. I left those as the Android build system set them rather than trying to determine which ones could safely be removed without affecting linking with the dependent Android libraries. These flags are supposed to be a starting point, regardless. Different Android versions can move include paths around, and different hardware targets will have different optimization options. That's one of the reasons why I put the build script into the "examples" directory, since it's quite likely that they'll need tweaking for any particular target. If you'd like, I may have a chance next week to go through and try simplifying the options. >>> Dan _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
