Merged r2547 from trunk (removal of sparcv8 arch in CLFS)

This commit is contained in:
Manuel Canales Esparcia 2006-04-29 14:26:56 +00:00
parent b12abe15b6
commit fe187bf43a
4 changed files with 2 additions and 9 deletions

View file

@ -20,7 +20,6 @@ TARGET=
# ARCH=mips ; TARGET="mipsel-unknown-linux-gnu" # ARCH=mips ; TARGET="mipsel-unknown-linux-gnu"
# ARCH=mips ; TARGET="mips-unknown-linux-gnu" # ARCH=mips ; TARGET="mips-unknown-linux-gnu"
# ARCH=sparc ; TARGET="sparcv9-unknown-linux-gnu" # ARCH=sparc ; TARGET="sparcv9-unknown-linux-gnu"
# ARCH=sparcv8 ; TARGET="sparc-unknown-linux-gnu"
#-------------------------------- #--------------------------------
# >>>> 64-64 BUILD <<<< # >>>> 64-64 BUILD <<<<
# ARCH=x86_64-64 ; TARGET="x86_64-unknown-linux-gnu" # ARCH=x86_64-64 ; TARGET="x86_64-unknown-linux-gnu"

View file

@ -107,7 +107,7 @@ cat <<- -EOF-
${BOLD} -A, --arch ARCH ${OFF} ${BOLD} -A, --arch ARCH ${OFF}
Select the TARGET architecture, valid selections are: Select the TARGET architecture, valid selections are:
32bit builds 32bit builds
x86, i486, i586, ppc, mips, mipsel, sparc, sparcv8 x86, i486, i586, ppc, mips, mipsel, sparc
64bit builds 64bit builds
x86_64-64, mips64-64, mipsel64-64, sparc64-64, alpha x86_64-64, mips64-64, mipsel64-64, sparc64-64, alpha
64bit multi-lib 64bit multi-lib

View file

@ -34,8 +34,6 @@ validate_target() { #
;; ;;
"sparc") [[ "${TARGET}" = "sparcv9-unknown-linux-gnu" ]] && return "sparc") [[ "${TARGET}" = "sparcv9-unknown-linux-gnu" ]] && return
;; ;;
"sparcv8") [[ "${TARGET}" = "sparc-unknown-linux-gnu" ]] && return
;;
"x86_64-64") [[ "${TARGET}" = "x86_64-unknown-linux-gnu" ]] && return "x86_64-64") [[ "${TARGET}" = "x86_64-unknown-linux-gnu" ]] && return
;; ;;
"mips64-64") [[ "${TARGET}" = "mipsel-unknown-linux-gnu" ]] && return "mips64-64") [[ "${TARGET}" = "mipsel-unknown-linux-gnu" ]] && return
@ -213,7 +211,7 @@ inline_doc
MODEL) validate_against_str "xglibcx xuclibcx" ;; MODEL) validate_against_str "xglibcx xuclibcx" ;;
PAGE) validate_against_str "xletterx xA4x" ;; PAGE) validate_against_str "xletterx xA4x" ;;
METHOD) validate_against_str "xchrootx xbootx" ;; METHOD) validate_against_str "xchrootx xbootx" ;;
ARCH) validate_against_str "xx86x xx86_64x xx86_64-64x xsparcx xsparcv8x xsparc64x xsparc64-64x xmipsx xmips64x xmips64-64x xppcx xppc64x xalphax" ;; ARCH) validate_against_str "xx86x xx86_64x xx86_64-64x xsparcx xsparc64x xsparc64-64x xmipsx xmips64x xmips64-64x xppcx xppc64x xalphax" ;;
TARGET) validate_target ;; TARGET) validate_target ;;
GRSECURITY_HOST) validate_against_str "x0x x1x" ;; GRSECURITY_HOST) validate_against_str "x0x x1x" ;;

View file

@ -299,10 +299,6 @@ while test $# -gt 0 ; do
ARCH=sparc ARCH=sparc
TARGET="sparcv9-unknown-linux-gnu" TARGET="sparcv9-unknown-linux-gnu"
;; ;;
sparcv8 )
ARCH=sparcv8
TARGET="sparc-unknown-linux-gnu"
;;
x86_64-64 ) x86_64-64 )
ARCH=x86_64-64 ARCH=x86_64-64
TARGET="x86_64-unknown-linux-gnu" TARGET="x86_64-unknown-linux-gnu"