From 27f944725a7c9c8ed0da7a0ed7c94d92e1f6a5a5 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 14 Mar 2024 17:22:01 +0100 Subject: [PATCH] labs/sysdev-thirdparty-beagleplay: fix leftover arm-linux Signed-off-by: Thomas Petazzoni --- .../sysdev-thirdparty-beagleplay.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/sysdev-thirdparty-beagleplay/sysdev-thirdparty-beagleplay.tex b/labs/sysdev-thirdparty-beagleplay/sysdev-thirdparty-beagleplay.tex index 2c769b119d..d719106efc 100644 --- a/labs/sysdev-thirdparty-beagleplay/sysdev-thirdparty-beagleplay.tex +++ b/labs/sysdev-thirdparty-beagleplay/sysdev-thirdparty-beagleplay.tex @@ -456,7 +456,7 @@ \section{Alsa-utils} \begin{bashinput} $ LDFLAGS=-L$HOME/__SESSION_NAME__-labs/thirdparty/staging/usr/lib \ CPPFLAGS=-I$HOME/__SESSION_NAME__-labs/thirdparty/staging/usr/include \ - ./configure --host=arm-linux --prefix=/usr \ + ./configure --host=aarch64-linux --prefix=/usr \ --disable-alsamixer --disable-alsaconf \end{bashinput}