aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-10-26 17:13:48 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-10-26 17:13:48 +0400
commit59c36783911618a3d87ad145e7aa8a5168f18143 (patch)
treef6b26f6e15f65507bb18deeeb1cf768dac00983c
parentb7957ed3d77663d48a4d658637ca1d46b5991369 (diff)
downloadcibs-59c36783911618a3d87ad145e7aa8a5168f18143.tar.gz
Define low-case machXX
-rw-r--r--rules/ips.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/ips.mk b/rules/ips.mk
index 186b425..bad7370 100644
--- a/rules/ips.mk
+++ b/rules/ips.mk
@@ -42,6 +42,9 @@ pkg-define += \
-DMACH="$(mach)" \
-DMACH32="$(mach32)" \
-DMACH64="$(mach64)" \
+-Dmach="$(mach)" \
+-Dmach32="$(mach32)" \
+-Dmach64="$(mach64)" \
-Dbuild32="$(build32)" \
-Dbuild64="$(build64)" \