Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 577324 Details for
Bug 686302
sys-boot/netboot-0.10.2-r1: undefined reference to `___builtin_stdarg_start'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
netboot-0.10.2-gcc-4.4.patch
netboot-0.10.2-gcc-4.4.patch (text/plain), 409 bytes, created by
Conrad Kostecki
on 2019-05-19 18:41:15 UTC
(
hide
)
Description:
netboot-0.10.2-gcc-4.4.patch
Filename:
MIME Type:
Creator:
Conrad Kostecki
Created:
2019-05-19 18:41:15 UTC
Size:
409 bytes
patch
obsolete
>--- a/include/i386/stdarg.h86 2007-01-06 19:30:54.000000000 +0100 >+++ b/include/i386/stdarg.h86 2019-05-19 20:37:02.500102331 +0200 >@@ -47,7 +47,7 @@ > > typedef __builtin_va_list va_list; > >-#define va_start(v,l) __builtin_stdarg_start((v),l) >+#define va_start(v,l) __builtin_va_start((v),l) > #define va_end __builtin_va_end > #define va_arg __builtin_va_arg > #define va_copy(d,s) __builtin_va_copy((d),(s))
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 686302
:
577290
| 577324 |
578120