[csw-devel] SF.net SVN: gar:[2495] csw/branches/dam/automatic-multiarch-compile/lib/ libpopt/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Dec 9 17:20:15 CET 2008
Revision: 2495
http://gar.svn.sourceforge.net/gar/?rev=2495&view=rev
Author: dmichelsen
Date: 2008-12-09 16:20:14 +0000 (Tue, 09 Dec 2008)
Log Message:
-----------
multiISA libpopt: Move to mGAR v2
Modified Paths:
--------------
csw/branches/dam/automatic-multiarch-compile/lib/libpopt/Makefile
Modified: csw/branches/dam/automatic-multiarch-compile/lib/libpopt/Makefile
===================================================================
--- csw/branches/dam/automatic-multiarch-compile/lib/libpopt/Makefile 2008-12-09 16:19:33 UTC (rev 2494)
+++ csw/branches/dam/automatic-multiarch-compile/lib/libpopt/Makefile 2008-12-09 16:20:14 UTC (rev 2495)
@@ -12,8 +12,18 @@
CONFIGURE_ARGS = $(DIRPATHS)
-ADDITIONAL_BUILD_ARCHS_sparc = sparcv9
+#EXTRA_BUILD_ISAS_i386 = amd64
+#EXTRA_BUILD_ISAS_sparc = sparcv9
+# Just do 64 bit build
+#BUILD64 = 1
+
+# Build all known ISAs (may not work with compiler)
+#EXTRA_BUILD_ISAS = $(ISALIST)
+
+# Build all ISAs known to the chosen compiler
+EXTRA_BUILD_ISAS = $(ISALIST_$(GARCOMPILER))
+
TEST_TARGET = check
include ../category.mk
@@ -29,3 +39,6 @@
# Make sure xgettext we carefully linked just before is found before
# other versions.
PATH := .:$(PATH)
+
+env:
+ echo "I: $(ISALIST_$(GARCOMPILER))
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