X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Feglibc;h=be97599e68b3b8fed60120237690053362f7f03e;hb=f920c7ef750f2163b9e407cc453b192ede2c185a;hp=268e0b995ac4e6a4e53886c16008ede53896bb44;hpb=81da365042d1bf4354e0480d888fe3b8425c47c7;p=hvlinux.git diff --git a/stage0/pkg/eglibc b/stage0/pkg/eglibc index 268e0b9..be97599 100644 --- a/stage0/pkg/eglibc +++ b/stage0/pkg/eglibc @@ -19,15 +19,6 @@ hvconfig_pre() --with-binutils=/cross-tools/bin \ --with-headers=/tools/include" - case "${HVL_TARGET}" in - "x86") - CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET}) -mtune=native -g -O2" - ;; - "x86_64") - CFLAGS="-mtune=native -g -O2" - ;; - esac - cd ${LFS_TMP}/${PACKAGE} decompress_package ${EGLIBC_PORTS} $(pwd) 1> /dev/null @@ -53,5 +44,4 @@ hvconfig_post() unset CC unset AR unset RANLIB - unset CFLAGS }