Changeset b0dd4bd for common


Ignore:
Timestamp:
04/13/2006 06:24:34 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
71445e7
Parents:
3570c1c
Message:

Adjusted files to reflect the removal of sparcv8 identifier from the CLFS book

Location:
common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r3570c1c rb0dd4bd  
    9999        Select the TARGET architecture, valid selections are:
    100100           32bit builds
    101         x86, i486, i586, ppc, mips, mipsel, sparc, sparcv8
     101        x86, i486, i586, ppc, mips, mipsel, sparc
    102102           64bit builds
    103103        x86_64-64, mips64-64, mipsel64-64, sparc64-64, alpha
  • common/func_validate_configs.sh

    r3570c1c rb0dd4bd  
    3333    ;;
    3434   "sparc")      [[ "${TARGET}" = "sparcv9-unknown-linux-gnu" ]] && return
    35     ;;
    36    "sparcv8")    [[ "${TARGET}" = "sparc-unknown-linux-gnu" ]] && return
    3735    ;;
    3836   "x86_64-64")  [[ "${TARGET}" = "x86_64-unknown-linux-gnu" ]] && return
     
    141139        GRSECURITY_HOST)  validation_str="x0x x1x";   validate_str; continue ;;
    142140        METHOD)    validation_str="xchrootx xbootx";  validate_str; continue ;;
    143         ARCH)      validation_str="xx86x xx86_64x xx86_64-64x xsparcx xsparcv8x xsparc64x xsparc64-64x xmipsx xmips64x xmips64-64x xppcx xppc64x xalphax";  validate_str; continue ;;
     141        ARCH)      validation_str="xx86x xx86_64x xx86_64-64x xsparcx xsparc64x xsparc64-64x xmipsx xmips64x xmips64-64x xppcx xppc64x xalphax";  validate_str; continue ;;
    144142        TARGET)    validate_target; continue ;;
    145143      esac
Note: See TracChangeset for help on using the changeset viewer.