pre.patch
来自「linux交叉编译环境个软件和内核的补丁。」· PATCH 代码 · 共 27 行
PATCH
27 行
--- gcc/libgcc2.c.ORIG Mon Nov 23 21:37:20 1998+++ gcc/libgcc2.c Sat Dec 18 20:45:01 1999@@ -32,6 +32,10 @@ #include "tconfig.h" +#if defined(CROSS_COMPILE) && !defined(inhibit_libc)+#define inhibit_libc 1+#endif+ /* We disable this when inhibit_libc, so that gcc can still be built without needing header files first. */ /* ??? This is not a good solution, since prototypes may be required in--- gcc/frame.c.ORIG Wed May 6 23:07:06 1998+++ gcc/frame.c Sat Dec 18 20:45:11 1999@@ -33,6 +33,10 @@ #include "tconfig.h" +#if defined(CROSS_COMPILE) && !defined(inhibit_libc)+#define inhibit_libc 1+#endif+ /* We disable this when inhibit_libc, so that gcc can still be built without needing header files first. */ /* ??? This is not a good solution, since prototypes may be required in
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?