diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-01 15:21:10 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-01 15:21:10 +0400 |
commit | 42581b300d0e5acc4a536623f52795ea5d20b239 (patch) | |
tree | 86178061974fa4cbe64dd39a3562a6f9a9e8f271 /examples/gmp/Makefile | |
parent | d7cd7ae95e86736c315e3d5f8b6e414bf17ff533 (diff) | |
download | cibs-42581b300d0e5acc4a536623f52795ea5d20b239.tar.gz |
Use arch-specific configure 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)/ |