[csw-devel] SF.net SVN: gar:[15437] csw/mgar/pkg/gcc4/branches/opt-csw-prefix/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Aug 25 13:19:45 CEST 2011


Revision: 15437
          http://gar.svn.sourceforge.net/gar/?rev=15437&view=rev
Author:   wahwah
Date:     2011-08-25 11:19:44 +0000 (Thu, 25 Aug 2011)
Log Message:
-----------
pkg/gcc4/branches/opt-csw-prefix: let's see what happens with prefix=/opt/csw

Modified Paths:
--------------
    csw/mgar/pkg/gcc4/branches/opt-csw-prefix/Makefile

Modified: csw/mgar/pkg/gcc4/branches/opt-csw-prefix/Makefile
===================================================================
--- csw/mgar/pkg/gcc4/branches/opt-csw-prefix/Makefile	2011-08-25 11:09:25 UTC (rev 15436)
+++ csw/mgar/pkg/gcc4/branches/opt-csw-prefix/Makefile	2011-08-25 11:19:44 UTC (rev 15437)
@@ -40,20 +40,13 @@
 # CONFIGURE_ARGS += --libdir=$(libdir)
 # CONFIGURE_ARGS += --exec-prefix=$(BUILD_PREFIX)/gcc4
 
-# Trying to fix the include problem.
-# http://gcc.gnu.org/ml/gcc-help/2011-08/msg00247.html
-CONFIGURE_ARGS += --bindir=$(prefix)/gcc4/bin
-CONFIGURE_ARGS += --libexecdir=$(prefix)/gcc4/libexec
-CONFIGURE_ARGS += --exec-prefix=$(prefix)/gcc4
-
 ## build options
 # http://gcc.gnu.org/install/configure.html
 
 # Could be used to break out of the /opt/csw/gcc4 prefix
 # CONFIGURE_ARGS += --program-prefix=gcc4-
 
-# The theory is that DIRPATHS confuse the installer, e.g. includedir
-# CONFIGURE_ARGS += --includedir=$(prefix)/include
+CONFIGURE_ARGS += $(DIRPATHS)
 CONFIGURE_ARGS += --with-gnu-as
 CONFIGURE_ARGS += --with-as=/opt/csw/bin/gas
 CONFIGURE_ARGS += --without-gnu-ld

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