Revision: 6523
http://ipcop.svn.sourceforge.net/ipcop/?rev=6523&view=rev
Author: gespinasse
Date: 2012-04-01 16:03:42 +0000 (Sun, 01 Apr 2012)
Log Message:
-----------
Allow gmp to find libstdc++.a just to follow LFS.
We do not actually need/build gmp c++ part.
Modified Paths:
--------------
ipcop/trunk/lfs/strip
Modified: ipcop/trunk/lfs/strip
===================================================================
--- ipcop/trunk/lfs/strip 2012-04-01 15:30:20 UTC (rev 6522)
+++ ipcop/trunk/lfs/strip 2012-04-01 16:03:42 UTC (rev 6523)
@@ -72,9 +72,9 @@
# Remove static libs from lib
# Keep nonshared and libgcc.a used by make headers_check,
libtclstub8.5.a required for sqlite testing
- -find /${TOOLS_DIR}/lib -maxdepth 1 -not -name *_nonshared.a -not -name
libtclstub*.a -name *.a -delete
+ -find /${TOOLS_DIR}/lib -maxdepth 1 -not -name *_nonshared.a -not -name
libtclstub*.a -not -name 'libstdc++.a' -name *.a -delete
-find /${TOOLS_DIR}/lib/perl5 -name *.a -delete
- -find /${TOOLS_DIR}/lib -name *.la -delete # unneeded
+ -find /${TOOLS_DIR}/lib -name *.la -not -name libstdc++.la -delete
# unneeded
# Remove unneeded perl files (test directories and files, .pod,
ChangeLog and name variations)
# avoid the error message that -exec rm -r would produce for each t
directory
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn