Browse Source

gcc: changed to always enable plugin support

user/chris/next/0.4
Christian Wiese 13 years ago
parent
commit
8b5d7e6e9a
  1. 3
      base/gcc/gcc.conf

3
base/gcc/gcc.conf

@ -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 ] && \

Loading…
Cancel
Save