[csw-devel] SF.net SVN: gar:[19817] csw/mgar/pkg/gcc4/trunk/Makefile
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Wed Dec 5 10:15:48 CET 2012
Revision: 19817
http://gar.svn.sourceforge.net/gar/?rev=19817&view=rev
Author: janholzh
Date: 2012-12-05 09:15:48 +0000 (Wed, 05 Dec 2012)
Log Message:
-----------
gcc4/trunk: move back to use as and not gas
Modified Paths:
--------------
csw/mgar/pkg/gcc4/trunk/Makefile
Modified: csw/mgar/pkg/gcc4/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gcc4/trunk/Makefile 2012-12-04 20:36:56 UTC (rev 19816)
+++ csw/mgar/pkg/gcc4/trunk/Makefile 2012-12-05 09:15:48 UTC (rev 19817)
@@ -60,10 +60,12 @@
CONFIGURE_ARGS += --enable-objc-gc
CONFIGURE_ARGS += --enable-threads=posix
CONFIGURE_ARGS += --program-suffix=$(PROGRAM_SUFFIX)
-CONFIGURE_ARGS += --with-as=/opt/csw/bin/gas
+#CONFIGURE_ARGS += --with-as=/opt/csw/bin/gas
+CONFIGURE_ARGS += --with-as=/usr/ccs/bin/as
CONFIGURE_ARGS += --with-cloog=$(BUILD_PREFIX)
CONFIGURE_ARGS += --with-gmp=$(BUILD_PREFIX)
-CONFIGURE_ARGS += --with-gnu-as
+#CONFIGURE_ARGS += --with-gnu-as
+CONFIGURE_ARGS += --without-gnu-as
CONFIGURE_ARGS += --with-included-gettext
CONFIGURE_ARGS += --with-ld=/usr/ccs/bin/ld
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