James Feist | ae3f085 | 2018-11-20 11:29:16 -0800 | [diff] [blame] | 1 | inherit autotools |
2 | |||||
3 | # use gcc equivalents of AR and RANLIB | ||||
4 | # to use -flto with shared libs | ||||
5 | PACKAGECONFIG_CONFARGS += " AR=${TARGET_PREFIX}gcc-ar \ | ||||
6 | RANLIB=${TARGET_PREFIX}gcc-ranlib" |