[csw-devel] SF.net SVN: gar:[7105] csw/mgar/pkg/libgmp/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Nov 4 16:19:06 CET 2009
Revision: 7105
http://gar.svn.sourceforge.net/gar/?rev=7105&view=rev
Author: dmichelsen
Date: 2009-11-04 15:19:06 +0000 (Wed, 04 Nov 2009)
Log Message:
-----------
libgmp: Fix ARCHFLAGS and required pkgs
Modified Paths:
--------------
csw/mgar/pkg/libgmp/trunk/Makefile
Modified: csw/mgar/pkg/libgmp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libgmp/trunk/Makefile 2009-11-04 14:02:26 UTC (rev 7104)
+++ csw/mgar/pkg/libgmp/trunk/Makefile 2009-11-04 15:19:06 UTC (rev 7105)
@@ -55,11 +55,14 @@
PACKAGES = CSWlibgmp
+REQUIRED_PKGS = CSWgcc4rt
+
include gar/category.mk
+
ifeq ($(ISA), sparcv8plus)
ARCHFLAGS_$(GARCOMPILER)_$(ISA) = -mcpu=v9 -mv8plus
endif
ifeq ($(ISA), sparcv8plus+vis)
- ARCHFLAGS_$(GARCOMPILER)_$(ISA) = -mcpu=v9 -mvis
+ ARCHFLAGS_$(GARCOMPILER)_$(ISA) = -mcpu=ultrasparc -mvis
endif
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