[Lunar-commits] r19790 - moonbase/trunk/compilers/gcl

Jannis Pohlmann jannis at lunar-linux.org
Fri Apr 21 23:13:14 UTC 2006


Author: jannis
Date: 2006-04-21 23:13:12 +0000 (Fri, 21 Apr 2006)
New Revision: 19790

Modified:
   moonbase/trunk/compilers/gcl/BUILD
Log:
Build own bfd library instead of using the one shippe with GCC4. This fixes another build issue.

Modified: moonbase/trunk/compilers/gcl/BUILD
===================================================================
--- moonbase/trunk/compilers/gcl/BUILD	2006-04-21 22:37:55 UTC (rev 19789)
+++ moonbase/trunk/compilers/gcl/BUILD	2006-04-21 23:13:12 UTC (rev 19790)
@@ -5,7 +5,10 @@
   cd $SOURCE_DIRECTORY  &&
   ./configure --prefix=/usr                      \
 	      --enable-notify=no                 \
-	      --enable-tkconfig=/usr/share/gcl   \
+              --enable-tkconfig=/usr/share/gcl   \
+              --enable-locbfd=yes                \
+              --enable-dynsysbfd=no              \
+              --enable-statsysbfd=no             \
               $OPTS                             &&
   if ! module_installed emacs; then
   	sedit "s!EMACS_SITE_LISP=!EMACS_SITE_LISP=/usr/share/gcl!" makedefs &&



More information about the Lunar-commits mailing list