- add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer to build...
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 1 Jun 2007 22:16:28 +0000 (22:16 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 1 Jun 2007 22:16:28 +0000 (22:16 -0000)
commit3096f34d27f32fc179ca051ad78ac9ee2165c72e
tree4e8bf2d890181cc77f0fd74e339d6db6721c2331
parent961229caf56a6a3e3bc9fd58805d8e83dd6a84ae
- add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer to build static or dynamic libs/bins.
- depending on the BR2_GNU_BUILD_SUFFIX, set the respective EXEEXT, LIBEXT, SHREXT extensions for use on the target.
Thanks to Tom for suplying a diff which implements these.
Config.in
Makefile
package/gmp/gmp.mk
toolchain/Makefile.in