⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pre.patch

📁 linux交叉编译环境个软件和内核的补丁。
💻 PATCH
字号:
--- 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -