[Lunar-commits] <moonbase> uClibc: Fixes for building on an x86_64 box

Terry Chan tchan at lunar-linux.org
Fri Feb 26 16:34:01 CET 2010


commit 6551031ef9cd6ae6332aa047c199a93a9c3623c8
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Fri Feb 26 09:34:01 2010 -0600

    uClibc: Fixes for building on an x86_64 box
---
 libs/uClibc/BUILD.x86_64 |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/libs/uClibc/BUILD.x86_64 b/libs/uClibc/BUILD.x86_64
new file mode 100644
index 0000000..ccda112
--- /dev/null
+++ b/libs/uClibc/BUILD.x86_64
@@ -0,0 +1,8 @@
+(
+
+   bad_flags ALL &&
+   make defconfig &&
+   sedit "s:-m 755 lib/lib:-m 755 lib/l:" Makefile.in &&
+   default_make
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list