diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-26 17:13:48 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-26 17:13:48 +0400 |
commit | 59c36783911618a3d87ad145e7aa8a5168f18143 (patch) | |
tree | f6b26f6e15f65507bb18deeeb1cf768dac00983c | |
parent | b7957ed3d77663d48a4d658637ca1d46b5991369 (diff) | |
download | cibs-59c36783911618a3d87ad145e7aa8a5168f18143.tar.gz |
Define low-case machXX
-rw-r--r-- | rules/ips.mk | 3 |
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)" \ |