Skip to content

Commit

Permalink
Add patch to skip optimizations on glibc memset for dwarf
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 25, 2023
1 parent f774a33 commit 3b84ae5
Show file tree
Hide file tree
Showing 2 changed files with 441 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ if [ ! -f ${TOOLCHAIN_BUILD_DIR}/${CT_NG_VERSION}/configure ]; then
elif [ "${CT_NG_VERSION}" = "crosstool-ng-1.25.0" ]; then
cp ${SOURCE_DIR}/patches/${CT_NG_VERSION}/glibc-2.27/*.patch ${TOOLCHAIN_BUILD_DIR}/${CT_NG_VERSION}/packages/glibc/2.27/
cp ${SOURCE_DIR}/patches/${CT_NG_VERSION}/glibc-2.35/*.patch ${TOOLCHAIN_BUILD_DIR}/${CT_NG_VERSION}/packages/glibc/2.35/

if [ "${TOOLCHAIN_PLATFORM}" == "moddwarf-new" ]; then
cp ${SOURCE_DIR}/patches/${CT_NG_VERSION}/glibc-2.27-dwarf/*.patch ${TOOLCHAIN_BUILD_DIR}/${CT_NG_VERSION}/packages/glibc/2.27/
fi
fi
fi

Expand Down
Loading

0 comments on commit 3b84ae5

Please sign in to comment.