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 156645 Details for
Bug 243523
arm architecture 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 for redhat-rpm-config 8.0.45-16.fc8.
redhat-rpm-config-8.0.45-arm.diff (text/plain), 1.50 KB, created by
Lennert Buytenhek
on 2007-06-09 12:00:07 UTC
(
hide
)
Description:
Patch for redhat-rpm-config 8.0.45-16.fc8.
Filename:
MIME Type:
Creator:
Lennert Buytenhek
Created:
2007-06-09 12:00:07 UTC
Size:
1.50 KB
patch
obsolete
>--- redhat-rpm-config-8.0.45/config.guess.arm 2003-07-07 04:32:13.000000000 +0200 >+++ redhat-rpm-config-8.0.45/config.guess 2007-06-09 13:23:16.000000000 +0200 >@@ -809,7 +809,14 @@ > echo ${UNAME_MACHINE}-pc-minix > exit 0 ;; > arm*:Linux:*:*) >- echo ${UNAME_MACHINE}-unknown-linux-gnu >+ eval $set_cc_for_build >+ if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ >+ | grep __ARM_EABI__ >/dev/null >+ then >+ echo ${UNAME_MACHINE}-${VENDOR:-unknown}-linux-gnu >+ else >+ echo ${UNAME_MACHINE}-${VENDOR:-unknown}-linux-gnueabi >+ fi > exit 0 ;; > cris:Linux:*:*) > echo cris-axis-linux-gnu >--- redhat-rpm-config-8.0.45/macros.arm 2007-06-09 13:22:58.000000000 +0200 >+++ redhat-rpm-config-8.0.45/macros 2007-06-09 13:23:16.000000000 +0200 >@@ -5,7 +5,6 @@ > # > %_vendor redhat > %_os linux >-%_gnu -gnu > %_target_platform %{_target_cpu}-%{_vendor}-%{_target_os}%{?_gnu} > > %fedora 8 >--- redhat-rpm-config-8.0.45/rpmrc.arm 2006-02-04 00:00:26.000000000 +0100 >+++ redhat-rpm-config-8.0.45/rpmrc 2007-06-09 13:27:54.000000000 +0200 >@@ -43,6 +43,10 @@ > optflags: armv3l %{__global_cflags} -fsigned-char -march=armv3 > optflags: armv4b %{__global_cflags} -fsigned-char -march=armv4 > optflags: armv4l %{__global_cflags} -fsigned-char -march=armv4 >+optflags: armv4tl %{__global_cflags} -march=armv4t >+optflags: armv5tel %{__global_cflags} -march=armv5te >+optflags: armv5tejl %{__global_cflags} -march=armv5te >+optflags: armv6l %{__global_cflags} -march=armv6 > > optflags: atarist %{__global_cflags} > optflags: atariste %{__global_cflags}
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 243523
: 156645