[Lunar-commits] pilot-link: Adding a BUILD.x86_64 for reasons noted there in.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Mon Jan 14 18:48:27 CET 2008
commit e38a6d1186a523a7a2ea1024c0130db81c486150
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Mon Jan 14 12:48:27 2008 -0500
pilot-link: Adding a BUILD.x86_64 for reasons noted there in.
---
utils/pilot-link/BUILD.x86_64 | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/utils/pilot-link/BUILD.x86_64 b/utils/pilot-link/BUILD.x86_64
new file mode 100644
index 0000000..af4ce3a
--- /dev/null
+++ b/utils/pilot-link/BUILD.x86_64
@@ -0,0 +1,11 @@
+(
+
+# Oh well, this is still needed for x86_64 even though we don't for x86.
+# And we need to do the CFLAGS/-fPIC dance.
+ bad_flags -Werror &&
+ export CFLAGS="$CFLAGS -fPIC"
+
+ OPTS="$OPTS --enable-conduits --with-libpng=/usr --enable-threads" &&
+ default_build
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list