Revision: 7488 http://sourceforge.net/p/ipcop/svn/7488 Author: owes Date: 2014-04-17 20:53:34 +0000 (Thu, 17 Apr 2014) Log Message: ----------- workaround potential build problems with texinfo versions
Modified Paths: -------------- ipcop/trunk/lfs/gcc Modified: ipcop/trunk/lfs/gcc =================================================================== --- ipcop/trunk/lfs/gcc 2014-04-17 20:39:35 UTC (rev 7487) +++ ipcop/trunk/lfs/gcc 2014-04-17 20:53:34 UTC (rev 7488) @@ -271,6 +271,7 @@ #cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/gcc-4.4.5_defaults-format-security.patch # we don't use openmp and mudflap, so disable that + # newer versions of texinfo break gcc makeinfo, disable using MAKEINFO=missing cd $(DIR_SRC)/gcc-build && \ ../$(THISAPP)/configure \ --prefix=/usr \ @@ -286,6 +287,7 @@ --disable-libgomp \ $(SETTINGS) \ $(TUNEOPTIONS) \ + MAKEINFO=missing \ --disable-bootstrap cd $(DIR_SRC)/gcc-build && make -j $(PARALLELISM) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn