Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 294651 Details for
Bug 432496
Add super-H(sh3,4) arche support.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to compile on sh3,4
rpm-4.4.2.3-rc1-sh-linux-support.patch (text/plain), 4.38 KB, created by
CHIKAMA Masaki
on 2008-02-12 12:46:13 UTC
(
hide
)
Description:
patch to compile on sh3,4
Filename:
MIME Type:
Creator:
CHIKAMA Masaki
Created:
2008-02-12 12:46:13 UTC
Size:
4.38 KB
patch
obsolete
>diff -ur rpm-4.4.2.3-rc1.org/configure rpm-4.4.2.3-rc1/configure >--- rpm-4.4.2.3-rc1.org/configure 2008-01-25 20:09:50.000000000 +0900 >+++ rpm-4.4.2.3-rc1/configure 2008-02-12 19:50:06.000000000 +0900 >@@ -36291,6 +36291,8 @@ > mipsel*) RPMCANONCOLOR=0; RPMCANONARCH=mipsel ;; > mips*) RPMCANONCOLOR=0; RPMCANONARCH=mips ;; > m68k*) RPMCANONCOLOR=0; RPMCANONARCH=m68k ;; >+sh3*) RPMCANONCOLOR=0; RPMCANONARCH=sh3 ;; >+sh4*) RPMCANONCOLOR=0; RPMCANONARCH=sh4 ;; > *) RPMCANONCOLOR=0; RPMCANONARCH=unknown ;; > esac > case "${build_os_noversion}" in >diff -ur rpm-4.4.2.3-rc1.org/configure.ac rpm-4.4.2.3-rc1/configure.ac >--- rpm-4.4.2.3-rc1.org/configure.ac 2008-01-25 20:06:06.000000000 +0900 >+++ rpm-4.4.2.3-rc1/configure.ac 2008-02-12 19:50:06.000000000 +0900 >@@ -1218,6 +1218,8 @@ > mipsel*) RPMCANONCOLOR=0; RPMCANONARCH=mipsel ;; > mips*) RPMCANONCOLOR=0; RPMCANONARCH=mips ;; > m68k*) RPMCANONCOLOR=0; RPMCANONARCH=m68k ;; >+sh3*) RPMCANONCOLOR=0; RPMCANONARCH=sh3 ;; >+sh4*) RPMCANONCOLOR=0; RPMCANONARCH=sh4 ;; > *) RPMCANONCOLOR=0; RPMCANONARCH=unknown ;; > esac > case "${build_os_noversion}" in >diff -ur rpm-4.4.2.3-rc1.org/installplatform rpm-4.4.2.3-rc1/installplatform >--- rpm-4.4.2.3-rc1.org/installplatform 2008-01-25 19:26:02.000000000 +0900 >+++ rpm-4.4.2.3-rc1/installplatform 2008-02-12 19:55:49.000000000 +0900 >@@ -21,7 +21,7 @@ > > RPM="./rpm --rcfile $TEMPRC" > >-canonarch_sed='s_i.86_i386_;s_pentium[34]_i386_;s_athlon_i386_;s_sparc[^-]*_sparc_;s_alpha[^-]*_alpha_;s_arm[^-]*_arm_;s_\(powerpc\|ppc\)[^-]*_ppc_;s,\(ia32e\|amd64\),x86_64,' >+canonarch_sed='s_i.86_i386_;s_pentium[34]_i386_;s_athlon_i386_;s_sparc[^-]*_sparc_;s_alpha[^-]*_alpha_;s_arm[^-]*_arm_;s_\(powerpc\|ppc\)[^-]*_ppc_;s,\(ia32e\|amd64\),x86_64,;s_sh4a_sh4_' > arch="`$RPM --eval '%{_arch}'|sed -e "$canonarch_sed"`" > VENDOR="`$RPM --eval '%{_vendor}'`" > OS="`$RPM --eval '%{_os}'`" >@@ -33,6 +33,7 @@ > i[3456]86|pentium[34]|athlon|geode) SUBSTS='s_i386_i386_ s_i386_i486_ s_i386_i586_ s_i386_i686_ s_i386_pentium3_ s_i386_pentium4_ s_i386_athlon_ s_i386_geode_' ;; > alpha*) SUBSTS='s_alpha_alpha_ s_alpha_alphaev5_ s_alpha_alphaev56_ s_alpha_alphapca56_ s_alpha_alphaev6_ s_alpha_alphaev67_' ;; > arm*) SUBSTS='s_arm_armv3l_ s_arm_armv4l_ s_arm_armv4tl_ s_arm_armv5tel_ s_arm_armv5tejl_ s_arm_armv6l_' ;; >+ sh4*) SUBSTS='s_sh4_sh4_ s_sh4_sh4a_' ;; > sparc*) SUBSTS='s_sparc\(64\|64v\|v9v\|v9\)_sparc_ s_sparc64_sparcv9_;s_sparc\([^v]\|$\)_sparcv9\1_ s_sparcv9_sparc64_;s_sparc\([^6]\|$\)_sparc64\1_' ;; > powerpc*|ppc*) SUBSTS='s_ppc64_ppc_ s_ppc\([^6ip]\|$\)_ppc64\1_ s_ppc\([^6ip]\|$\)_ppciseries_ s_ppc\([^6ip]\|$\)_ppcpseries_ s_ppc\([^6ip]\|$\)_ppc64iseries_ s_ppc\([^6ip]\|$\)_ppc64pseries_' ;; > s390*) SUBSTS='s_s390x_s390_ s_s390\([^x]\|$\)_s390x\1_' ;; >Only in rpm-4.4.2.3-rc1: installplatform.rej >diff -ur rpm-4.4.2.3-rc1.org/rpmrc.in rpm-4.4.2.3-rc1/rpmrc.in >--- rpm-4.4.2.3-rc1.org/rpmrc.in 2008-01-25 18:46:22.000000000 +0900 >+++ rpm-4.4.2.3-rc1/rpmrc.in 2008-02-12 19:50:06.000000000 +0900 >@@ -80,6 +80,10 @@ > optflags: s390 -O2 -g -m31 > optflags: s390x -O2 -g -m64 > >+optflags: sh3 -O2 -g >+optflags: sh4 -O2 -g >+optflags: sh4a -O2 -g >+ > ############################################################# > # Canonical arch names and numbers > >@@ -156,6 +160,9 @@ > 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 > > ############################################################# >@@ -259,6 +266,10 @@ > buildarchtranslate: amd64: x86_64 > buildarchtranslate: ia32e: x86_64 > >+buildarchtranslate: sh3: sh3 >+buildarchtranslate: sh4: sh4 >+buildarchtranslate: sh4a: sh4 >+ > ############################################################# > # Architecture compatibility > >@@ -343,6 +354,10 @@ > 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 >@@ -447,6 +462,10 @@ > buildarch_compat: amd64: x86_64 > buildarch_compat: ia32e: x86_64 > >+buildarch_compat: sh3: noarch >+buildarch_compat: sh4: noarch >+buildarch_compat: sh4a: sh4 >+ > macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.*:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros > > # \endverbatim
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 432496
: 294651 |
294652
|
294668