diff options
author | jbj <devnull@localhost> | 2000-03-17 21:04:50 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-03-17 21:04:50 +0000 |
commit | 80d940387d4e79ada2f4f25f29c6f3849dbb6d5b (patch) | |
tree | 8a035c33dffe96434b281c9d83d33eb1b3be3849 /rpmrc.in | |
parent | e745a2dd07345b508c0365a04e8c389978ff4262 (diff) | |
download | rpm-80d940387d4e79ada2f4f25f29c6f3849dbb6d5b.tar.gz rpm-80d940387d4e79ada2f4f25f29c6f3849dbb6d5b.tar.bz2 rpm-80d940387d4e79ada2f4f25f29c6f3849dbb6d5b.zip |
configure noarch compatibility in rpmrc for ia64.
CVS patchset: 3633
CVS date: 2000/03/17 21:04:50
Diffstat (limited to 'rpmrc.in')
-rw-r--r-- | rpmrc.in | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $Id: rpmrc.in,v 2.18 2000/02/29 23:22:44 jbj Exp $ +# $Id: rpmrc.in,v 2.19 2000/03/17 21:04:50 jbj Exp $ ############################################################# @@ -199,6 +199,8 @@ arch_compat: hades: m68kmint noarch arch_compat: i390: i370 arch_compat: i370: noarch +arch_compat: ia64: noarch + os_compat: IRIX64: IRIX os_compat: solaris2.7: solaris2.3 solaris2.4 solaris2.5 solaris2.6 os_compat: solaris2.6: solaris2.3 solaris2.4 solaris2.5 @@ -255,5 +257,7 @@ buildarch_compat: atariclone: m68kmint noarch buildarch_compat: milan: m68kmint noarch buildarch_compat: hades: m68kmint noarch +buildarch_compat: ia64: ia64 moarch + macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros |