[csw-devel] SF.net SVN: gar:[15368] csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Aug 18 11:46:38 CEST 2011


Revision: 15368
          http://gar.svn.sourceforge.net/gar/?rev=15368&view=rev
Author:   wahwah
Date:     2011-08-18 09:46:37 +0000 (Thu, 18 Aug 2011)

Log Message:
-----------
pkg/gcc4/branches/bootstrap-4.6: architecture-dependent cpu settings

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 08:32:39 UTC (rev 15367)
+++ csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile	2011-08-18 09:46:37 UTC (rev 15368)
@@ -75,11 +75,11 @@
 CPU_i386_32 = i386
 CPU_i386_64 = amd64
 
-# CONFIGURE_ARGS += --with-cpu-32=$(CPU_$(GARCH)_32)
-# CONFIGURE_ARGS += --with-cpu-64=$(CPU_$(GARCH)_64)
+CONFIGURE_ARGS_sparc += --with-cpu=$(CPU_$(GARCH)_32)
+CONFIGURE_ARGS_i386 += --with-cpu-32=$(CPU_$(GARCH)_32)
+CONFIGURE_ARGS_i386 += --with-cpu-64=$(CPU_$(GARCH)_64)
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARCH))
 
-CONFIGURE_ARGS += --with-cpu=$(CPU_$(GARCH)_32)
-
 # GCC can't be built in the same directory with the sources.
 OBJDIR          = objdir
 


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