X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Feglibc;h=6aa0607bc92be43381ee32a3c3daae360b8a46b6;hb=f920c7ef750f2163b9e407cc453b192ede2c185a;hp=a4ebe94860d3ee7b2310b1e46eeee599f36f5e09;hpb=3605ab38ca7604b1fe43c3bce5e4963730a85d39;p=hvlinux.git diff --git a/stage2/pkg/eglibc b/stage2/pkg/eglibc index a4ebe94..6aa0607 100644 --- a/stage2/pkg/eglibc +++ b/stage2/pkg/eglibc @@ -2,20 +2,12 @@ hvconfig_pre() { - CFLAGS="-mtune=generic -g -O2" - CONFIGURE_OPTS="\ + ${CONFIGURE_OPTS} \ --disable-profile \ --enable-add-ons \ --enable-kernel=$(get_pkg_ver ${KERNEL}) \ - --libexecdir=/usr/lib/eglibc \ - ${CONFIGURE_OPTS}" - - case "${HVL_TARGET}" in - "x86") - CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET}) ${CFLAGS}" - ;; - esac + --libexecdir=/usr/lib/eglibc" # When running make install, a script called test-installation.pl performs a # small sanity test on our newly installed Glibc. However, because our