Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 153609 Details for
Bug 222715
toolchain-funcs.eclass : tc-arch-kernel does not return the correct value for FreeBSD
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
fbsdhostkernel.patch (text/plain), 745 bytes, created by
Alexis Ballier
on 2008-05-18 20:19:05 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Alexis Ballier
Created:
2008-05-18 20:19:05 UTC
Size:
745 bytes
patch
obsolete
>Index: toolchain-funcs.eclass >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v >retrieving revision 1.76 >diff -u -B -r1.76 toolchain-funcs.eclass >--- toolchain-funcs.eclass 16 Apr 2008 14:16:45 -0000 1.76 >+++ toolchain-funcs.eclass 18 May 2008 20:18:24 -0000 >@@ -173,7 +173,8 @@ > i?86*) > # Starting with linux-2.6.24, the 'x86_64' and 'i386' > # trees have been unified into 'x86'. >- if [[ ${type} == "kern" ]] && [[ $(KV_to_int ${KV}) -lt $(KV_to_int 2.6.24) ]] ; then >+ # FreeBSD still uses i386 >+ if [[ ${type} == "kern" ]] && [[ $(KV_to_int ${KV}) -lt $(KV_to_int 2.6.24) || ${host} == *freebsd* ]] ; then > echo i386 > else > echo x86
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 222715
: 153609