[Lunar-commits] r19324 - moonbase/trunk/libs/dietlibc

Terry Chan tchan at lunar-linux.org
Sun Mar 19 22:51:18 UTC 2006


Author: tchan
Date: 2006-03-19 22:51:16 +0000 (Sun, 19 Mar 2006)
New Revision: 19324

Modified:
   moonbase/trunk/libs/dietlibc/BUILD
   moonbase/trunk/libs/dietlibc/BUILD.sparc64
   moonbase/trunk/libs/dietlibc/DETAILS
Log:
Fixed this compile with theedge. dietlibc now uses bad_flags ALL in BUILD and
GCCWRAPPERS=off is removed from DETAILS file as that no longer works with recent
copies of theedge.


Modified: moonbase/trunk/libs/dietlibc/BUILD
===================================================================
--- moonbase/trunk/libs/dietlibc/BUILD	2006-03-19 22:50:17 UTC (rev 19323)
+++ moonbase/trunk/libs/dietlibc/BUILD	2006-03-19 22:51:16 UTC (rev 19324)
@@ -1,4 +1,5 @@
 (
+   bad_flags ALL &&
    sedit "s:prefix?=/opt/diet:prefix=/opt/lunar/diet:" Makefile &&
    default_make &&
    cp /opt/lunar/diet/man/man1/diet.1 /usr/share/man/man1 &&

Modified: moonbase/trunk/libs/dietlibc/BUILD.sparc64
===================================================================
--- moonbase/trunk/libs/dietlibc/BUILD.sparc64	2006-03-19 22:50:17 UTC (rev 19323)
+++ moonbase/trunk/libs/dietlibc/BUILD.sparc64	2006-03-19 22:51:16 UTC (rev 19324)
@@ -1,4 +1,5 @@
 (
+   bad_flags ALL &&
    sedit "s:prefix?=/opt/diet:prefix=/opt/lunar/diet:" Makefile &&
    sedit "s/ARCH=sparc64/ARCH=sparc/" Makefile &&
    default_make &&

Modified: moonbase/trunk/libs/dietlibc/DETAILS
===================================================================
--- moonbase/trunk/libs/dietlibc/DETAILS	2006-03-19 22:50:17 UTC (rev 19323)
+++ moonbase/trunk/libs/dietlibc/DETAILS	2006-03-19 22:51:16 UTC (rev 19324)
@@ -10,7 +10,6 @@
       MAINTAINER="tchan at lunar-linux.org"
            SHORT="dietlibc is a libc optimized for small size."
            PSAFE="no"
-     GCCWRAPPERS="off"    
 cat << EOF
 The diet libc is a libc that is optimized for small size.  It can be used to
 create small statically linked binaries for Linux on alpha, arm, hppa, ia64,



More information about the Lunar-commits mailing list