aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-10-01 15:21:10 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-10-01 15:21:10 +0400
commit42581b300d0e5acc4a536623f52795ea5d20b239 (patch)
tree86178061974fa4cbe64dd39a3562a6f9a9e8f271 /examples
parentd7cd7ae95e86736c315e3d5f8b6e414bf17ff533 (diff)
downloadcibs-42581b300d0e5acc4a536623f52795ea5d20b239.tar.gz
Use arch-specific configure options
Diffstat (limited to 'examples')
-rw-r--r--examples/gmp/Makefile2
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)/