commit:     63a395a7bd086259dcd12edd344e528b54233327
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  1 19:18:45 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Dec  1 19:19:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=63a395a7

scripts/bootstrap-prefix: add powerpc64le profile setup

Bug: https://bugs.gentoo.org/755551
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 159fc88d9a..23c8c32264 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -440,10 +440,13 @@ bootstrap_setup() {
                        profile=${profile_linux/ARCH/ia64}
                        ;;
                powerpc-unknown-linux-gnu)
-                       profile=${profile_linux/ARCH/powerpc/ppc}
+                       profile=${profile_linux/ARCH/ppc}
                        ;;
                powerpc64-unknown-linux-gnu)
-                       profile=${profile_linux/ARCH/powerpc/ppc64}
+                       profile=${profile_linux/ARCH/ppc64}
+                       ;;
+               powerpc64le-unknown-linux-gnu)
+                       profile=${profile_linux/ARCH/ppc64le}
                        ;;
                aarch64-unknown-linux-gnu)
                        profile=${profile_linux/ARCH/arm64}

Reply via email to