Ubuntu 24.04 currently has arm-none-eabi/12.2.1 but just use wildcard to go to first folder

This commit is contained in:
Andrei Radulescu
2024-01-18 00:25:17 +02:00
parent f3e782e972
commit 7f34b71a78
+1 -1
View File
@@ -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