Skip to content

Commit

Permalink
Fix autotools in build container
Browse files Browse the repository at this point in the history
  • Loading branch information
hpvb committed Aug 29, 2024
1 parent 6e39136 commit 7810288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clean-linux-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ fi
arch=$1
bits=$2

bin_to_keep="aclocal autoconf autoheader automake autoreconf cmake gawk libtool m4 meson ninja pkgconf pkg-config python python3.11 scons tar toolchain-wrapper"
bin_to_keep="aclocal autom4te autoconf autoheader automake autoreconf cmake gawk libtool m4 meson ninja pkgconf pkg-config python python3.11 scons tar toolchain-wrapper"
lib_to_keep="cmake gcc libpkgconf libpython3.11 libz libisl libmpc libmpfr libgmp libffi python3.11 pkgconfig libm libmvec"
share_to_keep="aclocal autoconf buildroot cmake gcc libtool pkgconfig"
share_to_keep="aclocal autoconf automake-1.16 autoconf-archive buildroot cmake gcc gettext-tiny libtool pkgconfig"
sysroot_share_to_keep="aclocal pkgconfig"

function clean_directory() {
Expand Down

0 comments on commit 7810288

Please sign in to comment.