X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fgcc;h=57af140556b88f5b13f32e13bd33d06e527db917;hb=b2caa476fe2b8b54e0952dfa11482004d1da4f33;hp=2a2c2eacd3a4617bea7dd60f008589f54ad5e4f3;hpb=81da365042d1bf4354e0480d888fe3b8425c47c7;p=hvlinux.git diff --git a/stage1/pkg/gcc b/stage1/pkg/gcc index 2a2c2ea..57af140 100644 --- a/stage1/pkg/gcc +++ b/stage1/pkg/gcc @@ -1,28 +1,8 @@ #!/bin/bash -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") - apply_patch ${PACKAGE}-specs-1.patch ${PACKAGE} - ;; - "x86_64") - apply_patch ${PACKAGE}-pure64_specs-1.patch ${PACKAGE} - ;; - esac -} - hvconfig_pre() { - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ + CONFIGURE_OPTS+=" \ --target=${CLFS_TARGET} \ --disable-multilib \ --with-local-prefix=/tools \