gcc: rebuild against new ppl and cloog, enable ISL backend.
This commit is contained in:
parent
b43a6bbbda
commit
a7cbd7d912
10 changed files with 61 additions and 14 deletions
11
srcpkgs/gcc/patches/gcc-4.7.1-libgo-write.patch
Normal file
11
srcpkgs/gcc/patches/gcc-4.7.1-libgo-write.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- libgo/runtime/print.c 2012-05-26 04:22:14.000000000 +1000
|
||||
+++ libgo/runtime/print.c 2012-06-16 15:06:28.553138502 +1000
|
||||
@@ -17,7 +17,8 @@
|
||||
G* g = runtime_g();
|
||||
|
||||
if(g == nil || g->writebuf == nil) {
|
||||
- runtime_write(2, v, n);
|
||||
+ ssize_t bytesWritten = runtime_write(2, v, n);
|
||||
+ (void)bytesWritten;
|
||||
return;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue