Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 136723 Details for
Bug 200037
gcc 3.3.6 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
the patch that fixes a whitespace missing
gcc3fix.patch (text/plain), 503 bytes, created by
Ambroz Bizjak
on 2007-11-22 22:52:34 UTC
(
hide
)
Description:
the patch that fixes a whitespace missing
Filename:
MIME Type:
Creator:
Ambroz Bizjak
Created:
2007-11-22 22:52:34 UTC
Size:
503 bytes
patch
obsolete
>--- gcc-3.3.6/gcc/treelang/Make-lang.in.old 2007-11-22 23:24:41.000000000 +0100 >+++ gcc-3.3.6/gcc/treelang/Make-lang.in 2007-11-22 23:24:59.000000000 +0100 >@@ -115,7 +115,7 @@ > $(LEX) $(LEXFLAGS) -o$(srcdir)/treelang/lex.c $(srcdir)/treelang/lex.l > > $(srcdir)/treelang/parse.c $(srcdir)/treelang/parse.h: $(srcdir)/treelang/parse.y >- $(BISON) $(BISONFLAGS) -v $(srcdir)/treelang/parse.y\ >+ $(BISON) $(BISONFLAGS) -v $(srcdir)/treelang/parse.y \ > --output=$(srcdir)/treelang/parse.c --defines > # -v >
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 200037
:
136719
|
136721
| 136723