crosstool-0.38_patches_glibc-2.3.6_glibc-mips-bootstrap-gcc-header-install.patch

来自「做好的交叉编译工具链」· PATCH 代码 · 共 40 行

PATCH
40
字号
--- crosstool-0.38-orig/patches/glibc-2.3.6/glibc-mips-bootstrap-gcc-header-install.patch	1970-01-01 01:00:00.000000000 +0100+++ crosstool-0.38/patches/glibc-2.3.6/glibc-mips-bootstrap-gcc-header-install.patch	2006-01-16 08:16:12.000000000 +0100@@ -0,0 +1,36 @@+http://sourceware.org/ml/crossgcc/2005-05/msg00165.html+Fixes a MIPS build problem (unrelated to NPTL)++Message-ID: <428E8B24.1000201@realitydiluted.com>+Date: Fri, 20 May 2005 20:13:08 -0500+From: "Steven J dot  Hill" <sjhill at realitydiluted dot com>+To:  crossgcc at sources dot redhat dot com,  toolchain at gentoo dot org, + Shay_Gal-On at pmc-sierra dot com,  TheNop at gmx dot net+Subject: New NPTL patches for crosstools and MIPS NPTL patches....++Greetings.++I have uploaded the latest NPTL patch for crosstool-0.34. I have also+uploaded a tarball of the patches necessary to build a MIPS NPTL+cross toolchain. To build a MIPS NPTL toolchain you will need the+released version of binutils-2.16 and the absolute latest GCC and+glibc code from the HEAD of cvs. Use the 'demo-mips-nptl.sh' script+to build the toolchain. Please report bugs or issues to the crossgcc+mailing list. Here is the link off of my FTP site:++    ftp://ftp.realitydiluted.com/crosstools/crosstool-0.34/++[Note: BOOTSTRAP_GCC is set by crosstool.sh when invoking make install-headers]++Index: glibc-2.3.6/sysdeps/mips/mips32/Makefile+===================================================================+--- glibc-2.3.6.orig/sysdeps/mips/mips32/Makefile++++ glibc-2.3.6/sysdeps/mips/mips32/Makefile+@@ -1,3 +1,7 @@++ifeq ($(filter -DBOOTSTRAP_GCC,$(CFLAGS)),)+ ifeq ($(filter -mabi=32,$(CC)),)+ CC += -mabi=32+ endif++else++CC += -D"_MIPS_SZPTR=32"++endif

⌨️ 快捷键说明

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