From 7f34b71a78df53ac715adf22355efaef3b8465cf Mon Sep 17 00:00:00 2001 From: Andrei Radulescu Date: Thu, 18 Jan 2024 00:25:17 +0200 Subject: [PATCH] Ubuntu 24.04 currently has arm-none-eabi/12.2.1 but just use wildcard to go to first folder --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 12cb422..e5fc09b 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -218,7 +218,7 @@ COPY ./userspace/files/serviceproviders.xml /usr/share/mobile-broadband-provider # TODO: move this to base_setup.sh or build gcc from source # Remove unused architectures from arm-none-eabi -RUN cd /usr/lib/gcc/arm-none-eabi/9.2.1 && \ +RUN cd /usr/lib/gcc/arm-none-eabi/* && \ rm -rf arm/ && \ rm -rf thumb/nofp thumb/v6* thumb/v8* thumb/v7+fp thumb/v7-r+fp.sp