Ignore:
Timestamp:
04/29/2006 02:26:56 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
c58f330
Parents:
b12abe1
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_validate_configs.sh

    rb12abe1 rfe187bf  
    3434    ;;
    3535   "sparc")      [[ "${TARGET}" = "sparcv9-unknown-linux-gnu" ]] && return
    36     ;;
    37    "sparcv8")    [[ "${TARGET}" = "sparc-unknown-linux-gnu" ]] && return
    3836    ;;
    3937   "x86_64-64")  [[ "${TARGET}" = "x86_64-unknown-linux-gnu" ]] && return
     
    214212      PAGE)       validate_against_str "xletterx xA4x" ;;
    215213      METHOD)     validate_against_str "xchrootx xbootx" ;;
    216       ARCH)       validate_against_str "xx86x xx86_64x xx86_64-64x xsparcx xsparcv8x xsparc64x xsparc64-64x xmipsx xmips64x xmips64-64x xppcx xppc64x xalphax" ;;
     214      ARCH)       validate_against_str "xx86x xx86_64x xx86_64-64x xsparcx xsparc64x xsparc64-64x xmipsx xmips64x xmips64-64x xppcx xppc64x xalphax" ;;
    217215      TARGET)     validate_target ;;
    218216      GRSECURITY_HOST)  validate_against_str "x0x x1x" ;;
Note: See TracChangeset for help on using the changeset viewer.