📄 glibc-2.3.2-allow-solaris.patch
字号:
See http://sources.redhat.com/ml/crossgcc/2003-11/msg00111.htmlMight fix error... gcc-3.2.3-glibc-2.3.2/build-glibc/csu/version-info.h:8: too many decimal points in floating constantmake[2]: ***when building on Solaris. I haven't seen this be needed yet, but what the heck,here it is in case someone needs it.Retrieved with http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/csu/Makefile.diff?r1=1.70&r2=1.71&cvsroot=glibcRevision 1.71, Thu Sep 25 20:29:39 2003 UTC (8 months, 2 weeks ago) by drepperBranch: MAINCVS Tags: glibc-2_3_3($(objpfx)version-info.h): Fix sed script to handle banners.===================================================================RCS file: /cvs/glibc/libc/csu/Makefile,vretrieving revision 1.70retrieving revision 1.71diff -u -r1.70 -r1.71--- libc/csu/Makefile 2003/06/26 07:27:39 1.70+++ libc/csu/Makefile 2003/09/25 20:29:39 1.71@@ -239,6 +239,6 @@ if test -n "$$files"; then \ echo "\"Available extensions:\\n\""; \ sed -e '/^#/d' -e 's/^[[:space:]]*/ /' \- -e 's/\(^.*$$\)/\"\1\\n\"/' $$files; \+ -e 's/^\(.*\)$$/\"\1\\n\"/' $$files; \ fi) > $@T mv -f $@T $@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -