blob: 517bd5ea501b41460de6decb38a435e340833b0f [file] [log] [blame]
James Feist03bea902018-11-20 11:29:16 -08001inherit autotools
2
3# use gcc equivalents of AR and RANLIB
4# to use -flto with shared libs
5PACKAGECONFIG_CONFARGS += " AR=${TARGET_PREFIX}gcc-ar \
6 RANLIB=${TARGET_PREFIX}gcc-ranlib"