Ticket #3472: shared_crosstools.patch

File shared_crosstools.patch, 610 bytes (added by aljen, 15 years ago)

enable-shared=libstdc++

  • build/scripts/build_cross_tools_gcc4

     
    119119# configure gcc
    120120cd $gccObjDir
    121121CFLAGS="-O2" CXXFLAGS="-O2" $gccSourceDir/configure --prefix=$installDir \
    122     --target=$haikuMachine --disable-nls --disable-shared \
     122    --target=$haikuMachine --disable-nls \
    123123    --disable-multilib --enable-languages=c,c++ \
     124    --enable-shared=libstdc++ \
    124125    --with-headers=$tmpIncludeDir --with-libs=$tmpLibDir || exit 1
    125126
    126127# make gcc