Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 339170 Details for
Bug 458020
[toolchain overlay] sys-libs/glibc-2.6.1 does not compile with up to date gcc and binutils (via crossdev)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
binutils-bad-version-checks.patch
binutils-bad-version-checks.patch (text/plain), 900 bytes, created by
Daniel Scharrer
on 2013-02-17 18:48:01 UTC
(
hide
)
Description:
binutils-bad-version-checks.patch
Filename:
MIME Type:
Creator:
Daniel Scharrer
Created:
2013-02-17 18:48:01 UTC
Size:
900 bytes
patch
obsolete
>--- glibc-2.6.1/configure.old 2013-02-12 05:10:28.614496246 +0100 >+++ glibc-2.6.1/configure 2013-02-12 05:12:44.171568520 +0100 >@@ -4045,7 +4045,7 @@ > ac_prog_version=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\).*$/\1/p'` > case $ac_prog_version in > '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; >- 2.1[3-9]*) >+ 2.1[3-9]*|2.[2-9]*) > ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; > *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; > >@@ -4106,7 +4106,7 @@ > ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'` > case $ac_prog_version in > '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; >- 2.1[3-9]*) >+ 2.1[3-9]*|2.[2-9]*) > ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; > *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; >
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 458020
: 339170 |
339172
|
339174
|
339176
|
339178