Skip to content

Commit 74e2cdf

Browse files
committed
Use new docker buildx actions, hacky fix foir 386, 386 dumpmachine returns 686
Signed-off-by: miigotu <miigotu@gmail.com>
1 parent d00acf1 commit 74e2cdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

depends/check-gmp.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# check-gmp.sh by Timothy Redaelli (timothy@redaelli.eu)
33

44
# i386 dumpmachine returns i686-linux-gnu
5-
echo $(gcc -dumpmachine)
65
[ -f /usr/include/"$(gcc -dumpmachine)"/gmp.h ] ||
76
[ -f /usr/include/i386-linux-gnu/gmp.h ] ||
87
[ -f /usr/include/gmp.h ] ||

0 commit comments

Comments
 (0)