commit: 5cee313b0f91e5ca995bc53b1ecf69b9a796551c
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 11:56:25 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 11:56:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5cee313b
scripts/bootstrap-prefix: fix configure_toolchain for non-RAP Linux
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index d9d80388f7..056aa72d78 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -281,6 +281,8 @@ configure_toolchain() {
is-rap && einfo "Triggering Linux RAP bootstrap"
;;
esac
+
+ return
}
bootstrap_setup() {