tools-uclibc: changes for the new 17.0 profiles for amd64 and x86

This commit is contained in:
Anthony G. Basile 2018-10-08 15:29:51 -04:00
parent e5191fea09
commit 173c8438ab
9 changed files with 13 additions and 5 deletions

View file

@ -29,6 +29,7 @@ prepare_confs() {
-e "s:PSTAGE:${pstage}:g" \
-e "s:SARCH:${arch}:g" \
-e "s:PARCH:${parch}:g" \
-e "s:TARCHPROFILE:/${tarch}${profile}:g" \
-e "s:TARCH:${tarch}:g" \
-e "s:gentoo-linux-uclibc:unknown-linux-uclibceabi${float}:" \
-e "s:FLAVOR:${flavor}:g" \