commit: 27d8dbefa592313398df5124dcb544be5103ea7f
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 11:40:23 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 11:40:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=27d8dbef
scripts/bootstrap-prefix: add marker for RAP bootstraps
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 40a38c6147..5f7be2fb31 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -277,6 +277,9 @@ configure_toolchain() {
*) export NM="$(type -P nm) -p" ;;
# Solaris nm
esac
;;
+ *-linux*)
+ is-rap && einfo "Triggering Linux RAP bootstrap"
+ ;;
esac
}