?? crosstool-0.38_patches_glibc-2.3.6_make-install-lib-all.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 + -