tools-uclibc: udpated ppc config files

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Anthony G. Basile 2019-06-16 20:14:24 -04:00
parent 9e79ddf6a1
commit 6595bb035f
9 changed files with 831 additions and 625 deletions

View file

@ -0,0 +1 @@
=sys-apps/iproute2-5.0.0 ~ppc

View file

@ -1 +0,0 @@
=sys-apps/iproute2-4.19.0-r1 ~ppc

View file

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# uClibc-ng 0.1.0.30 C Library Configuration # uClibc-ng 0.1.0.31 C Library Configuration
# #
# TARGET_aarch64 is not set # TARGET_aarch64 is not set
# TARGET_alpha is not set # TARGET_alpha is not set
@ -25,6 +25,7 @@
# TARGET_nios2 is not set # TARGET_nios2 is not set
# TARGET_or1k is not set # TARGET_or1k is not set
TARGET_powerpc=y TARGET_powerpc=y
# TARGET_riscv64 is not set
# TARGET_sh is not set # TARGET_sh is not set
# TARGET_sparc is not set # TARGET_sparc is not set
# TARGET_sparc64 is not set # TARGET_sparc64 is not set

View file

@ -0,0 +1 @@
=sys-apps/iproute2-5.0.0 ~ppc

View file

@ -1 +0,0 @@
=sys-apps/iproute2-4.19.0-r1 ~ppc

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# uClibc-ng 0.1.0.30 C Library Configuration # uClibc-ng 0.1.0.31 C Library Configuration
# #
# TARGET_aarch64 is not set # TARGET_aarch64 is not set
# TARGET_alpha is not set # TARGET_alpha is not set
@ -25,6 +25,7 @@
# TARGET_nios2 is not set # TARGET_nios2 is not set
# TARGET_or1k is not set # TARGET_or1k is not set
TARGET_powerpc=y TARGET_powerpc=y
# TARGET_riscv64 is not set
# TARGET_sh is not set # TARGET_sh is not set
# TARGET_sparc is not set # TARGET_sparc is not set
# TARGET_sparc64 is not set # TARGET_sparc64 is not set

View file

@ -13,18 +13,18 @@ prepare_confs() {
[[ $p == 0 ]] && p=3 [[ $p == 0 ]] && p=3
local pstage=stage${p} local pstage=stage${p}
local parch="${arch}" local parch="powerpc/ppc32"
[[ "${arch}" == "ppc" ]] && tarch="powerpc" local tarch="powerpc"
local profile=${flavor} local profile=${flavor}
[[ "${flavor}" == "vanilla" ]] && profile="default" [[ "${flavor}" == "vanilla" ]] && profile="" || profile="/hardened"
cat stage-all.conf.template | \ cat stage.conf.template | \
sed -e "s:\(^version_stamp.*$\):\1-${mydate}:" \ sed -e "s:\(^version_stamp.*$\):\1-${mydate}:" \
-e "s:CSTAGE:${cstage}:g" \ -e "s:CSTAGE:${cstage}:g" \
-e "s:PSTAGE:${pstage}:g" \ -e "s:PSTAGE:${pstage}:g" \
-e "s:SARCH:${arch}:g" \ -e "s:SARCH:${arch}:g" \
-e "s:PARCH:${parch}:g" \ -e "s:PARCH:${parch}:g" \
-e "s:TARCHPROFILE:${profile}:g" \
-e "s:TARCH:${tarch}:g" \ -e "s:TARCH:${tarch}:g" \
-e "s:FLAVOR:${flavor}:g" \ -e "s:FLAVOR:${flavor}:g" \
-e "s:PROFILE:${profile}:g" \ -e "s:PROFILE:${profile}:g" \