From b0dd4bd0f4aed93efa044fee7f7dfe2c43a5ae02 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Thu, 13 Apr 2006 18:24:34 +0000 Subject: [PATCH] Adjusted files to reflect the removal of sparcv8 identifier from the CLFS book --- CLFS/config | 1 - common/common-functions | 2 +- common/func_validate_configs.sh | 4 +--- master.sh | 4 ---- 4 files changed, 2 insertions(+), 9 deletions(-) diff --git a/CLFS/config b/CLFS/config index 0dc5274..24c428b 100644 --- a/CLFS/config +++ b/CLFS/config @@ -20,7 +20,6 @@ TARGET= # ARCH=mips ; TARGET="mipsel-unknown-linux-gnu" # ARCH=mips ; TARGET="mips-unknown-linux-gnu" # ARCH=sparc ; TARGET="sparcv9-unknown-linux-gnu" -# ARCH=sparcv8 ; TARGET="sparc-unknown-linux-gnu" #-------------------------------- # >>>> 64-64 BUILD <<<< # ARCH=x86_64-64 ; TARGET="x86_64-unknown-linux-gnu" diff --git a/common/common-functions b/common/common-functions index 2d0d11a..824e895 100644 --- a/common/common-functions +++ b/common/common-functions @@ -98,7 +98,7 @@ cat <<- -EOF- ${BOLD} -A, --arch ARCH ${OFF} Select the TARGET architecture, valid selections are: 32bit builds - x86, i486, i586, ppc, mips, mipsel, sparc, sparcv8 + x86, i486, i586, ppc, mips, mipsel, sparc 64bit builds x86_64-64, mips64-64, mipsel64-64, sparc64-64, alpha 64bit multi-lib diff --git a/common/func_validate_configs.sh b/common/func_validate_configs.sh index 1ad4097..77d1efe 100644 --- a/common/func_validate_configs.sh +++ b/common/func_validate_configs.sh @@ -33,8 +33,6 @@ validate_target() { ;; "sparc") [[ "${TARGET}" = "sparcv9-unknown-linux-gnu" ]] && return ;; - "sparcv8") [[ "${TARGET}" = "sparc-unknown-linux-gnu" ]] && return - ;; "x86_64-64") [[ "${TARGET}" = "x86_64-unknown-linux-gnu" ]] && return ;; "mips64-64") [[ "${TARGET}" = "mipsel-unknown-linux-gnu" ]] && return @@ -140,7 +138,7 @@ inline_doc PAGE) validation_str="xletterx xA4x"; validate_str; continue ;; GRSECURITY_HOST) validation_str="x0x x1x"; validate_str; continue ;; METHOD) validation_str="xchrootx xbootx"; validate_str; continue ;; - ARCH) validation_str="xx86x xx86_64x xx86_64-64x xsparcx xsparcv8x xsparc64x xsparc64-64x xmipsx xmips64x xmips64-64x xppcx xppc64x xalphax"; validate_str; continue ;; + ARCH) validation_str="xx86x xx86_64x xx86_64-64x xsparcx xsparc64x xsparc64-64x xmipsx xmips64x xmips64-64x xppcx xppc64x xalphax"; validate_str; continue ;; TARGET) validate_target; continue ;; esac diff --git a/master.sh b/master.sh index 90c6b14..bcfbf49 100755 --- a/master.sh +++ b/master.sh @@ -272,10 +272,6 @@ while test $# -gt 0 ; do ARCH=sparc TARGET="sparcv9-unknown-linux-gnu" ;; - sparcv8 ) - ARCH=sparcv8 - TARGET="sparc-unknown-linux-gnu" - ;; x86_64-64 ) ARCH=x86_64-64 TARGET="x86_64-unknown-linux-gnu"