[csw-devel] SF.net SVN: gar:[15366] csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Aug 18 09:43:17 CEST 2011
Revision: 15366
http://gar.svn.sourceforge.net/gar/?rev=15366&view=rev
Author: wahwah
Date: 2011-08-18 07:43:17 +0000 (Thu, 18 Aug 2011)
Log Message:
-----------
pkg/gcc4/branches/bootstrap-4.6: a better way to build an intel-only package
Modified Paths:
--------------
csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile
Modified: csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile
===================================================================
--- csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile 2011-08-18 07:35:41 UTC (rev 15365)
+++ csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile 2011-08-18 07:43:17 UTC (rev 15366)
@@ -250,14 +250,13 @@
OBSOLETED_BY_CSWlibstdc++6 = CSWgcc4g++rt
# The libquadmath.so.0 library is only build on Intel
-ifeq ($(GARCH),i386)
-PACKAGES += CSWlibquadmath0
+PACKAGES_i386 += CSWlibquadmath0
CATALOGNAME_CSWlibquadmath0 = libquadmath0
PKGFILES_CSWlibquadmath0 += $(call baseisadirs,$(libdir),libquadmath\.so\.0(\.\d+)*)
SPKG_DESC_CSWlibquadmath0 += GNU C compiler, libquadmath.so.0
RUNTIME_DEP_PKGS_CSWgfortran3 += CSWlibquadmath0
-endif
+
PACKAGES += CSWgcc4g++
CATALOGNAME_CSWgcc4g++ = gcc4g++
SPKG_DESC_CSWgcc4g++ = GNU C++ Compiler
@@ -375,6 +374,8 @@
RUNTIME_DEP_PKGS_CSWgcc4objc += CSWlibmpfr4
RUNTIME_DEP_PKGS_CSWgcc4objc += CSWlibgmp10
+PACKAGES += $(PACKAGES_$(GARCH))
+
include files/scripts.mk
include gar/category.mk
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