mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
gcc-runtime: Add --cache-file to EXTRA_OECONF
This can save configure time since it runs configure multiple times: $ time bitbake gcc-runtime -cconfigure 60s -> 54s Saved 6s (From OE-Core rev: 48cc7179ffeb89adf1ba5212338b958684e43962) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3dc54ec1e6
commit
4ed543ef71
@@ -15,6 +15,7 @@ EXTRA_OECONF_PATHS = "\
|
||||
"
|
||||
|
||||
EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu"
|
||||
EXTRA_OECONF_append = " --cache-file=${B}/config.cache"
|
||||
|
||||
RUNTIMELIBITM = "libitm"
|
||||
RUNTIMELIBITM_arc = ""
|
||||
|
||||
Reference in New Issue
Block a user