Revision: 5352
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5352&view=rev
Author:   gespinasse
Date:     2011-01-16 21:54:39 +0000 (Sun, 16 Jan 2011)

Log Message:
-----------
Add a note to signal that we depend on how glibc is compiled on host to run a 
dowloaded toolchain package on every 
machines.
To compile a toolchain package we distribute, we should use an host that does 
not require a recent kernel.
Debian v5 (lenny) require at least 2.6.8 , Ubuntu 10.04 require 2.6.15

Modified Paths:
--------------
    ipcop/trunk/lfs/ccache

Modified: ipcop/trunk/lfs/ccache
===================================================================
--- ipcop/trunk/lfs/ccache      2011-01-16 09:18:37 UTC (rev 5351)
+++ ipcop/trunk/lfs/ccache      2011-01-16 21:54:39 UTC (rev 5352)
@@ -83,6 +83,11 @@
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
 
+       # Not all toolchain packages are equal to run on every machines
+       # Because ccache is compiled static, we inherit the --enable-kernel 
passed to host glibc
+       # for example on debian 5 (lenny), file 
build_i486/tools_i486/usr/bin/ccache show
+       # ELF 32-bit LSB executable ... for GNU/Linux 2.6.8
+
        # libz will not being detected if libz.h is not installed : bundled 
zlib will be build
        cd $(DIR_APP) && CFLAGS="-O2 -static" ac_cv_func_getpwuid=no 
./configure --prefix=$(PREFIX)
        cd $(DIR_APP) && make


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to