Update of /cvsroot/leaf/src/bering-uclibc/apps/buildenv
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3290
Modified Files:
buildtool.cfg buildtool.mk
Log Message:
allow to compile the buildenv gcc (3.3.x) with any gcc version
thx NiTr0 <[email protected]> who made us aware aware of this.
see also:
http://gcc.gnu.org/ml/gcc-help/2006-01/msg00026.html
and
http://mail-index.netbsd.org/netbsd-bugs/2006/01/22/0008.html
Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/buildenv/buildtool.cfg,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** buildtool.cfg 18 Jun 2006 20:59:10 -0000 1.15
--- buildtool.cfg 20 Jan 2009 21:23:17 -0000 1.16
***************
*** 54,57 ****
--- 54,62 ----
Revision = HEAD
</File>
+ <File gcc-obstack.h.patch>
+ Server = cvs-sourceforge
+ Directory = buildenv/patches
+ Revision = HEAD
+ </File>
# uclibc
Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/buildenv/buildtool.mk,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** buildtool.mk 18 Jun 2006 20:59:10 -0000 1.24
--- buildtool.mk 20 Jan 2009 21:23:17 -0000 1.25
***************
*** 224,227 ****
--- 224,228 ----
## $(SOURCE_DIR)/patch-kernel.sh $(GCC_DIR) $(SOURCE_DIR) gcc-*.patch
(cd $(GCC_DIR) ; patch -p1 < ../gcc-3.3-libstdc++nowchar.patch)
+ (cd $(GCC_DIR) ; patch -p1 < ../gcc-obstack.h.patch)
# fix configure for bash 3.0
perl -i -p -e "s,trap 0,trap - 0,g" $(GCC_DIR)/configure
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits