. $SECTION_DIRECTORY/FUNCTIONS &&
default_configure_gcc &&

config_query_list GCC_TARGET "Select what build to use" \
                              all \
                              bootstrap \
                              bootstrap-lean \
                              profiledbootstrap \
                              profiledbootstrap-lean    &&

config_query GCC_NO_MARCH \
             "Make a generic/portable build (useful for distcc/icecream)?" n &&

config_query_option GCC_OPTS \
                    "Build C/C++ transactional memory support (libitm)?" n \
                    --enable-libitm \
                    --disable-libitm &&

config_query GCC_CLOOG "Use cloog loop vectorizer?" y
