Changeset 7433234 in mainline


Ignore:
Timestamp:
2023-07-25T14:02:10Z (12 months ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
ticket/834-toolchain-update
Children:
0557618
Parents:
27bfbed
Message:

Toolchain: drop unused code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r27bfbed r7433234  
    414414        check_error $? "Change directory failed."
    415415
    416         if $USE_HELENOS_TARGET ; then
    417                 SYSROOT=--with-sysroot --with-build-sysroot="${WORKDIR}/sysroot"
    418         else
    419                 SYSROOT=--without-headers
    420         fi
    421 
    422416        change_title "GCC: configure (${PLATFORM})"
    423417        PATH="$PATH:${INSTALL_DIR}/${PREFIX}/bin" "${BASEDIR}/downloads/gcc-${GCC_VERSION}/configure" \
     
    432426                --disable-shared \
    433427                --disable-werror \
    434                 $SYSROOT
     428                --without-headers
    435429        check_error $? "Error configuring GCC."
    436430
Note: See TracChangeset for help on using the changeset viewer.