diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-03-04 08:16:02 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-03-04 08:16:02 +0200 |
commit | 61189cb868c508c143a0a6c4f1a73de2bf0aeb30 (patch) | |
tree | 4a908603ad1f3d4ed8a23e08e34feb0caca742d3 /rpmrc.in | |
parent | 28cba016c813a50b913a6ec484d4a428026c96a7 (diff) | |
download | librpm-tizen-61189cb868c508c143a0a6c4f1a73de2bf0aeb30.tar.gz librpm-tizen-61189cb868c508c143a0a6c4f1a73de2bf0aeb30.tar.bz2 librpm-tizen-61189cb868c508c143a0a6c4f1a73de2bf0aeb30.zip |
Add super-H arch support (rhbz#432496)
Patch from Masaki Chikama
Diffstat (limited to 'rpmrc.in')
-rw-r--r-- | rpmrc.in | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -77,6 +77,10 @@ optflags: hades -O2 -g -fomit-frame-pointer optflags: s390 -O2 -g optflags: s390x -O2 -g +optflags: sh3 -O2 -g +optflags: sh4 -O2 -g +optflags: sh4a -O2 -g + ############################################################# # Canonical arch names and numbers @@ -153,6 +157,9 @@ arch_canon: ppc64pseries: ppc64pseries 16 arch_canon: ppc64iseries: ppc64iseries 16 arch_canon: sh: sh 17 +arch_canon: sh3: sh3 17 +arch_canon: sh4: sh4 17 +arch_canon: sh4a: sh4a 17 arch_canon: xtensa: xtensa 18 ############################################################# @@ -256,6 +263,10 @@ buildarchtranslate: x86_64: x86_64 buildarchtranslate: amd64: x86_64 buildarchtranslate: ia32e: x86_64 +buildarchtranslate: sh3: sh3 +buildarchtranslate: sh4: sh4 +buildarchtranslate: sh4a: sh4 + ############################################################# # Architecture compatibility @@ -340,6 +351,10 @@ arch_compat: x86_64: amd64 athlon noarch arch_compat: amd64: x86_64 athlon noarch arch_compat: ia32e: x86_64 athlon noarch +arch_compat: sh3: noarch +arch_compat: sh4: noarch +arch_compat: sh4a: sh4 + 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 @@ -444,5 +459,9 @@ buildarch_compat: x86_64: noarch buildarch_compat: amd64: x86_64 buildarch_compat: ia32e: x86_64 +buildarch_compat: sh3: noarch +buildarch_compat: sh4: noarch +buildarch_compat: sh4a: sh4 + # \endverbatim #*/ |