]> git.pld-linux.org Git - packages/ocaml-zarith.git/blame - ocaml-zarith-x32.patch
- added x32 patch (adjust asm arch detection for x32 ABI); release 2
[packages/ocaml-zarith.git] / ocaml-zarith-x32.patch
CommitLineData
41878b55
JB
1--- Zarith-release-1.9.1/configure.orig 2019-08-28 16:17:04.000000000 +0200
2+++ Zarith-release-1.9.1/configure 2019-12-28 15:42:01.220520989 +0100
3@@ -323,7 +323,11 @@
4 arch='x86_64'
5 fi
6 ;;
7- i486-*linux-gnu|i686-*linux-gnu|i486-kfreebsd-gnu)
8+ x86_64-*linux-gnux32)
9+ ccdef="-DZ_ELF -DZ_DOT_LABEL_PREFIX $ccdef"
10+ arch='x86_64'
11+ ;;
12+ i[456]86-*linux-gnu|iathlon-*linux-gnu|i486-kfreebsd-gnu)
13 ccdef="-DZ_ELF -DZ_DOT_LABEL_PREFIX $ccdef"
14 arch='i686';;
15 i686-*cygwin)
This page took 0.060131 seconds and 4 git commands to generate.