|

楼主 |
发表于 2002-12-26 14:59:42
|
显示全部楼层
这个解决了.
是我路径没弄好,呵呵.
最初由 pandajohn 发布
[lfs@LFS src]$ patch -Np1 -i ./gcc-3.2.patch
can't find file to patch at input line 11
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|2002-08-18 H.J. Lu <hjl@gnu.org>
|
| * calls.c (store_one_arg): Remove ATTRIBUTE_UNUSED on
| variable_size. Mark any slots used for the argument as in-use
| only if we can't pass all arguments to a library call in
| registers.
|
|diff -uNr gcc-3.2.orig/gcc/calls.c gcc-3.2/gcc/calls.c
|--- gcc-3.2.orig/gcc/calls.c 2002-04-05 09:28:47.000000000 +1000
|+++ gcc-3.2/gcc/calls.c 2002-08-23 20:51:29.000000000 +1000
--------------------------
File to patch:
在patch的时候出来这个信息,先前我已经编译过一次,参数没设置好,出错的.所以,是不是因为已经patch过了的原因,所以不能patch第二次 ? |
|