X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fcis-eglibc;h=6172ee057a4d327a0d867d3731031203ca5ed313;hb=dcec87c5d26412332ea56c1ce39eef61b3a932af;hp=acec63ce90c874071c0e60117e72a394232f84be;hpb=07bb6026cea496a885d217cc5f505ca3896d78b8;p=hvlinux.git diff --git a/stage0/cis-eglibc b/stage0/cis-eglibc index acec63c..6172ee0 100755 --- a/stage0/cis-eglibc +++ b/stage0/cis-eglibc @@ -6,14 +6,15 @@ source ../sysinfos source ../functions source ../packages-list -# Manually apply patch -####apply_patch eglibc-2.10.1-fixes-4.patch ${1} - case "${HVL_TARGET}" in - "x86") + "x86" | "x86_64") # Manually apply patch apply_patch ${1}-rpath.patch ${1} + ;; +esac +case "${HVL_TARGET}" in + "x86") TMP_CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET}) -mtune=generic -g -O2" ;; esac