aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2020-02-29 10:13:53 +0100
committerHelmut Grohne <helmut@subdivi.de>2020-02-29 10:13:53 +0100
commit1c27a9c937fc4d27041ae5e69f38a2438f21e4da (patch)
treeadcc01253b842d347a711de923e327554044c52d
parent14ec9fdc1e937c9775ef3b72afa5f1520b6534e2 (diff)
stop using experimental libffi for riscv64
It propagated to unstable.
-rwxr-xr-xbootstrap.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 5b80607..4c4a18f 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -193,10 +193,6 @@ obtain_source_package() {
gcc-[0-9]*)
test -n "$(apt-cache showsrc "$1")" || use_experimental=yes
;;
- libffi)
- # pull riscv64 support #892217
- test "$HOST_ARCH" = riscv64 && use_experimental=yes
- ;;
esac
if test "$use_experimental" = yes; then
echo "deb-src $MIRROR experimental main" > /etc/apt/sources.list.d/tmp-experimental.list