From 42581b300d0e5acc4a536623f52795ea5d20b239 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 1 Oct 2012 15:21:10 +0400 Subject: Use arch-specific configure options --- examples/gmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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)/ -- cgit v1.2.3