[Armadeus-commitlog] SF.net SVN: armadeus: [523] trunk/buildroot/toolchain/uClibc/ 002-cygwin-uclib
Brought to you by:
sszy
|
From: <th...@us...> - 2006-12-28 20:07:36
|
Revision: 523
http://armadeus.svn.sourceforge.net/armadeus/?rev=523&view=rev
Author: thom25
Date: 2006-12-28 12:07:33 -0800 (Thu, 28 Dec 2006)
Log Message:
-----------
fix bug 1620125: compilation failed under gentoo
Modified Paths:
--------------
trunk/buildroot/toolchain/uClibc/002-cygwin-uclibc.patch
Modified: trunk/buildroot/toolchain/uClibc/002-cygwin-uclibc.patch
===================================================================
--- trunk/buildroot/toolchain/uClibc/002-cygwin-uclibc.patch 2006-12-28 15:24:46 UTC (rev 522)
+++ trunk/buildroot/toolchain/uClibc/002-cygwin-uclibc.patch 2006-12-28 20:07:33 UTC (rev 523)
@@ -1,11 +1,11 @@
---- uClibc-0.9.28/Makefile 2005-08-18 00:49:50.000000000 +0200
-+++ uClibc-0.9.28/Makefile 2006-08-28 23:01:24.546875000 +0200
-@@ -163,7 +163,7 @@ install_dev:
- else \
- extra_exclude="" ; \
- fi ; \
-- tar -chf - include --exclude .svn --exclude CVS $$extra_exclude \
-+ tar --exclude .svn --exclude CVS $$extra_exclude -chf - include \
- | tar -xf - -C $(PREFIX)$(DEVEL_PREFIX)
- ifneq ($(strip $(UCLIBC_HAS_FLOATS)),y)
- # Remove floating point related headers since float support is disabled.
+--- uClibc-0.9.28/Makefile 2005-08-18 00:49:50.000000000 +0200
++++ uClibc-0.9.28/Makefile 2006-08-28 23:01:24.546875000 +0200
+@@ -163,7 +163,7 @@ install_dev:
+ else \
+ extra_exclude="" ; \
+ fi ; \
+- tar -chf - include --exclude .svn --exclude CVS $$extra_exclude \
++ tar --exclude .svn --exclude CVS $$extra_exclude -chf - include \
+ | tar -xf - -C $(PREFIX)$(DEVEL_PREFIX)
+ ifneq ($(strip $(UCLIBC_HAS_FLOATS)),y)
+ # Remove floating point related headers since float support is disabled.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|