|
|
|
@ -86,6 +86,9 @@ var_append confopt ' ' '--disable-checking'
|
|
|
|
|
# we build a cross compiler in stage0 and later use known good GCCs, no bstrap |
|
|
|
|
var_append confopt ' ' '--disable-bootstrap' |
|
|
|
|
|
|
|
|
|
# enable plugin support |
|
|
|
|
var_append extraconfopt ' ' '--enable-plugin' |
|
|
|
|
|
|
|
|
|
# build version specific runtime libraries (default 0) |
|
|
|
|
# needed if multiple versions of gcc are installed |
|
|
|
|
[ "$SDECFG_PKG_GCC_VERSION_LIBS" = 1 ] && \ |
|
|
|
|