X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fgcc;h=c1c28c32b22541246f9c82bc3192dfbd456ba245;hb=f17ab848cb756cad27489bf0c2746e5ead466658;hp=75add255c77ad4deaf8c2d5261428da2c9e25671;hpb=a1358efe562a4e73ef23f25c606a346f684e1c93;p=hvlinux.git diff --git a/stage2/pkg/gcc b/stage2/pkg/gcc index 75add25..c1c28c3 100644 --- a/stage2/pkg/gcc +++ b/stage2/pkg/gcc @@ -23,23 +23,6 @@ hvconfig_pre() sed -i 's/install_to_$(INSTALL_DEST) //' ${LFS_TMP}/${PACKAGE}/libiberty/Makefile.in } -hvpatch() -{ - # Manually applying patches if specified - if [ -n "${GCC_PATCHES}" ]; then - for p in ${GCC_PATCHES}; do - apply_patch ${PACKAGE}-${p}.patch ${PACKAGE} - done - fi - - case "${HVL_TARGET}" in - "x86_64") - # Apply the following patch so that GCC links to /lib instead of /lib64: - apply_patch ${PACKAGE}-pure64-1.patch ${PACKAGE} - ;; - esac -} - hvconfig_post() { unset CC