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 158567 Details for
Bug 246801
glibc: please add arm 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]
Spec file diffs for ARM.
glibc26-arm.diff (text/plain), 1.55 KB, created by
Lennert Buytenhek
on 2007-07-05 00:41:13 UTC
(
hide
)
Description:
Spec file diffs for ARM.
Filename:
MIME Type:
Creator:
Lennert Buytenhek
Created:
2007-07-05 00:41:13 UTC
Size:
1.55 KB
patch
obsolete
>Index: SPECS/glibc.spec >=================================================================== >--- SPECS.orig/glibc.spec >+++ SPECS/glibc.spec >@@ -250,12 +250,18 @@ mv glibc-ports-%{glibcversion} ports > %patch1 -p1 > %endif > %endif >+perl -pi -e "s/-nostdlib//" configure > > # Hack till glibc-kernheaders get updated, argh > mkdir -p override_headers/linux > cat > override_headers/linux/version.h <<EOF >+%ifnarch %{arm} > #define UTS_RELEASE "2.6.9" > #define LINUX_VERSION_CODE 132617 >+%else >+#define UTS_RELEASE "2.6.16" >+#define LINUX_VERSION_CODE 132624 >+%endif > #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) > EOF > mkdir -p override_headers/asm >@@ -852,8 +858,14 @@ build_CFLAGS="$BuildFlags -g -O3 $*" > CC="$GCC" CXX="$GXX" CFLAGS="$build_CFLAGS" ../configure --prefix=%{_prefix} \ > --enable-add-ons=nptl$AddOns --without-cvs $EnableKernel \ > --with-headers=`cd ..; pwd`/override_headers:%{_prefix}/include --enable-bind-now \ >- --with-tls --with-__thread --build %{nptl_target_cpu}-redhat-linux \ >+ --with-tls --with-__thread \ >+%ifnarch %{arm} >+ --build %{nptl_target_cpu}-redhat-linux \ > --host %{nptl_target_cpu}-redhat-linux \ >+%else >+ --build %{nptl_target_cpu}-redhat-linux-gnueabi \ >+ --host %{nptl_target_cpu}-redhat-linux-gnueabi \ >+%endif > --disable-profile > make %{?_smp_mflags} -r CFLAGS="$build_CFLAGS" PARALLELMFLAGS=-s > >@@ -865,6 +877,10 @@ build_nptl linuxnptl > %if %{buildxen} > build_nptl linuxnptl-nosegneg -mno-tls-direct-seg-refs > %endif >+%ifarch %{arm} >+%define enablekernel 2.6.16 >+BuildFlags="-march=armv5te" >+%endif > > %if %{buildpower6} > (
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 246801
:
158566
| 158567 |
158568