[csw-devel] SF.net SVN: gar:[18834] csw/mgar/pkg/gdb/trunk/Makefile
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Mon Jul 23 15:47:39 CEST 2012
Revision: 18834
http://gar.svn.sourceforge.net/gar/?rev=18834&view=rev
Author: pfelecan
Date: 2012-07-23 13:47:39 +0000 (Mon, 23 Jul 2012)
Log Message:
-----------
gdb/trunk: configure Python support only for 32 bits ISAs
Modified Paths:
--------------
csw/mgar/pkg/gdb/trunk/Makefile
Modified: csw/mgar/pkg/gdb/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gdb/trunk/Makefile 2012-07-23 13:08:36 UTC (rev 18833)
+++ csw/mgar/pkg/gdb/trunk/Makefile 2012-07-23 13:47:39 UTC (rev 18834)
@@ -46,18 +46,21 @@
BUILD_DEP_PKGS += CSWlibncurses-dev
BUILD_DEP_PKGS += CSWlibz-dev
+CONFIGURE_ARGS-32 += --with-python
+CONFIGURE_ARGS-64 +=
+
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --enable-64-bit-bfd
CONFIGURE_ARGS += --enable-tui
CONFIGURE_ARGS += --with-curses
CONFIGURE_ARGS += --with-expat
-CONFIGURE_ARGS += --with-python
# private TCL headers not being installed
# (https://www.opencsw.org/mantis/view.php?id=4652)
#CONFIGURE_ARGS += --enable-gdbtk
#CONFIGURE_ARGS += --with-tcl=/opt/csw/lib
#CONFIGURE_ARGS += --with-tk=/opt/csw/lib
CONFIGURE_ARGS += --with-x
+CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL))
RUNTIME_DEP_PKGS += CSWlibexpat1
RUNTIME_DEP_PKGS += CSWlibiconv2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list