[Lunar-commits] r19323 - moonbase/trunk/libs/uClibc
Terry Chan
tchan at lunar-linux.org
Sun Mar 19 22:50:17 UTC 2006
Author: tchan
Date: 2006-03-19 22:50:17 +0000 (Sun, 19 Mar 2006)
New Revision: 19323
Modified:
moonbase/trunk/libs/uClibc/BUILD
moonbase/trunk/libs/uClibc/DETAILS
Log:
Fixed uClibc to compile correctly with theedge. It now needs USE_WRAPPERS=n in DETAILS
and bad_flags ALL in BUILD. GCCWRAPPERS=off is not enough anymore.
Modified: moonbase/trunk/libs/uClibc/BUILD
===================================================================
--- moonbase/trunk/libs/uClibc/BUILD 2006-03-19 22:42:24 UTC (rev 19322)
+++ moonbase/trunk/libs/uClibc/BUILD 2006-03-19 22:50:17 UTC (rev 19323)
@@ -1,4 +1,5 @@
(
+ bad_flags ALL &&
cp $SOURCE_CACHE/$SOURCE3 .config &&
sedit "s/\#-DUSE_CACHE/ -DUSE_CACHE/" Rules.mak &&
patch_it $SOURCE_CACHE/$SOURCE2 1 &&
Modified: moonbase/trunk/libs/uClibc/DETAILS
===================================================================
--- moonbase/trunk/libs/uClibc/DETAILS 2006-03-19 22:42:24 UTC (rev 19322)
+++ moonbase/trunk/libs/uClibc/DETAILS 2006-03-19 22:50:17 UTC (rev 19323)
@@ -14,7 +14,7 @@
UPDATED=20050818
SHORT="uClibc is a C library for developing embedded Linux systems."
PSAFE=no
- GCCWRAPPERS=off
+ USE_WRAPPERS=n
MAINTAINER="tchan at lunar-linux.org"
cat << EOF
uClibc is a C library for developing embedded Linux systems.
More information about the Lunar-commits
mailing list