]> git.pld-linux.org Git - packages/libtool.git/blame - libtool-libx32.patch
gcc 13.2.0 rebuild
[packages/libtool.git] / libtool-libx32.patch
CommitLineData
8f6897d6
JB
1--- libtool-2.4.6/m4/libtool.m4.orig 2015-03-04 21:04:41.410095883 +0100
2+++ libtool-2.4.6/m4/libtool.m4 2015-03-04 21:07:12.303422884 +0100
3@@ -2911,6 +2911,9 @@
4 *64-bit*)
5 libsuff=64
6 ;;
7+ *32-bit*x86-64*)
8+ libsuff=x32
9+ ;;
10 esac
11 fi
12 rm -rf conftest*
This page took 0.6792 seconds and 4 git commands to generate.