On Monday 20 October 2008 06:01:18 Roberto A. Foglietta wrote: > Ability to set up the compile environment to static linking against > libm by CONFIG should nice too.
You can already do that by removing libm.so from your toolchain's library path so it falls back to libm.a. If you actually feel the need to do this, you probably know how. I tend to wait for somebody to say "I personally want to do X" rather than "wouldn't it be nice if the build did X" to avoid adding infrastructure in search of a user, which never gets any real world testing. > Ciao, Rob _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
