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

📄 crosstool-0.38_patches_glibc-2.3.6_make-install-lib-all.patch

📁 做好的交叉编译工具链
💻 PATCH
字号:
--- crosstool-0.38-orig/patches/glibc-2.3.6/make-install-lib-all.patch	1970-01-01 01:00:00.000000000 +0100+++ crosstool-0.38/patches/glibc-2.3.6/make-install-lib-all.patch	2006-01-16 08:16:12.000000000 +0100@@ -0,0 +1,25 @@+From http://svn.exactcode.de/t2/trunk/package/base/glibc32/make-install-lib-all.patch+Rule to install all needed libraries, not just the ones installed by install-lib,+yet not install programs.  +Needed because we can't use the main install target, as we can't build programs before+we have the final gcc installed; linking fails because libeh.a is not present,+and glibc insists on linking programs with that library.++Index: glibc-2.3.6/Makerules+===================================================================+--- glibc-2.3.6.orig/Makerules++++ glibc-2.3.6/Makerules+@@ -844,6 +844,13 @@ endef+ installed-libcs := $(foreach o,$(filter-out .os,$(object-suffixes-for-libc)),\+ 			     $(inst_libdir)/$(patsubst %,$(libtype$o),\+ 						     $(libprefix)$(libc-name)))++++install-lib-all: $(inst_slibdir)/libc.so$(libc.so-version) \++		$(inst_slibdir)/libc-$(version).so \++		$(inst_libdir)/libc.so \++		$(inst_libdir)/libc.a \++		install-lib+++ install: $(installed-libcs)+ $(installed-libcs): $(inst_libdir)/lib$(libprefix)%: lib $(+force)+ 	$(make-target-directory)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -