common/func_validate_configs.sh, ADDED ppc64 as a valid architecture
This commit is contained in:
parent
48cc592443
commit
4fcc4d46cd
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ inline_doc
|
||||||
DEPEND) validation_str="x0x x1x x2x" ;;
|
DEPEND) validation_str="x0x x1x x2x" ;;
|
||||||
MODEL) validation_str="xglibcx xuclibcx" ;;
|
MODEL) validation_str="xglibcx xuclibcx" ;;
|
||||||
PAGE) validation_str="xletterx xA4x" ;;
|
PAGE) validation_str="xletterx xA4x" ;;
|
||||||
ARCH) validation_str="xx86x xx86_64x xx86_64-64x xsparcx xsparcv8x xsparc64x xsparc64-64x xmipsx xmips64x xmips64-64x xppcx xalphax" ;;
|
ARCH) validation_str="xx86x xx86_64x xx86_64-64x xsparcx xsparcv8x xsparc64x xsparc64-64x xmipsx xmips64x xmips64-64x xppcx xppc64x xalphax" ;;
|
||||||
GRSECURITY_HOST) validation_str="x0x x1x" ;;
|
GRSECURITY_HOST) validation_str="x0x x1x" ;;
|
||||||
METHOD) validation_str="xchrootx xbootx";;
|
METHOD) validation_str="xchrootx xbootx";;
|
||||||
*)
|
*)
|
||||||
|
|
Reference in a new issue