Switch to neon-fp-armv8

The previous versions of the SDKs had this, but was accidentally dropped
when rebasing on the newer buildroot.
This commit is contained in:
HP van Braam
2024-01-17 14:40:47 +01:00
parent 689b43e9a0
commit a816fa53d6
2 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
FROM almalinux:8
RUN yum -y update && \
yum -y install make ncurses-devel which unzip perl cpio rsync fileutils bc bzip2 gzip sed git python3 file patch wget perl-Thread-Queue perl-Data-Dumper perl-ExtUtils-MakeMaker perl-IPC-Cmd gcc gcc-c++ && \
yum -y install make ncurses-devel which unzip perl cpio rsync fileutils diffutils bc bzip2 gzip sed git python3 file patch wget perl-Thread-Queue perl-Data-Dumper perl-ExtUtils-MakeMaker perl-IPC-Cmd gcc gcc-c++ && \
yum clean all