Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
2f55d2df3f1cdd13c4af465e29f7a36919b3df2d
/
.
/
meta-phosphor
/
classes
/
flto-automake.bbclass
blob: 517bd5ea501b41460de6decb38a435e340833b0f [
file
] [
log
] [
blame
]
inherit autotools
# use gcc equivalents of AR and RANLIB
# to use -flto with shared libs
PACKAGECONFIG_CONFARGS
+=
" AR=${TARGET_PREFIX}gcc-ar \
RANLIB=${TARGET_PREFIX}gcc-ranlib"