Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
meta-phosphor
/
484aa1574f390c9a32ba3a31fb5518d94058d7d9
/
.
/
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"