diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-06 08:59:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-06 08:59:58 +0000 |
commit | 842c9b44a8ef6ddab982923538713f6789812ad6 (patch) | |
tree | 317fe22d747900c6bdc65b1a2a2b269d875bba29 /macros.in | |
parent | 81ef1e9d043f826db9c00234d32a45f0e6eac186 (diff) | |
download | rpm-setup-842c9b44a8ef6ddab982923538713f6789812ad6.tar rpm-setup-842c9b44a8ef6ddab982923538713f6789812ad6.tar.gz rpm-setup-842c9b44a8ef6ddab982923538713f6789812ad6.tar.bz2 rpm-setup-842c9b44a8ef6ddab982923538713f6789812ad6.tar.xz rpm-setup-842c9b44a8ef6ddab982923538713f6789812ad6.zip |
set %_host_cpu32 (used instead of %_host_cpu when run through linux32)
(cf patch rpm-4.4.8-use_host_cpu32-when-linux32.patch in rpm)
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ %_host %{_host_cpu}-%{_real_vendor}-%{_host_os} +# %_host_cpu32 is used instead of %_host_cpu when run through linux32 +# (cf patch rpm-4.4.8-use_host_cpu32-when-linux32.patch in rpm) +# (nb: %_host_cpu is set by /usr/lib/rpm/macros) +@HOST_CPU32_MACRO@ + #============================================================================== # Macro naming conventions (preliminary): # |