diff options
Diffstat (limited to 'examples/gmp/Makefile')
-rw-r--r-- | examples/gmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gmp/Makefile b/examples/gmp/Makefile index 3539793..eec700f 100644 --- a/examples/gmp/Makefile +++ b/examples/gmp/Makefile @@ -14,7 +14,7 @@ build-depends += \ configure-options += --enable-cxx # http://gmplib.org/manual/ABI-and-ISA.html -configure-options += ABI=$(bits) +configure-options.32 += ABI=32 name := gmp home := http://www.gnu.org/software/$(name)/ |