X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fcis-eglibc;h=6172ee057a4d327a0d867d3731031203ca5ed313;hb=56909c9ef2f5cb6a059834dbb67f66d18441b082;hp=7f3dadf8913e25b34cd3a432562ebc5f772c3910;hpb=e31a492ed6daa2caeb62aa9ce355c988a62672df;p=hvlinux.git diff --git a/stage0/cis-eglibc b/stage0/cis-eglibc index 7f3dadf..6172ee0 100755 --- a/stage0/cis-eglibc +++ b/stage0/cis-eglibc @@ -7,10 +7,14 @@ source ../functions source ../packages-list 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