components/illumos-gcc/Makefile
branchoi_151a
changeset 309 b59342ebf6e1
parent 299 68a21ca47308
child 317 096b03b26dd7
--- a/components/illumos-gcc/Makefile	Thu Jul 19 19:21:39 2012 +0100
+++ b/components/illumos-gcc/Makefile	Thu Jul 19 19:30:09 2012 +0100
@@ -34,7 +34,7 @@
 
 # sparc and x86 use different assemblers
 CONFIGURE_OPTIONS.sparc +=	--without-gnu-as --with-as=/usr/bin/as
-CONFIGURE_OPTIONS.i386 +=	--with-gnu-as --with-as=/usr/gnu/bin/as
+CONFIGURE_OPTIONS.i386 +=	--with-gnu-as --with-as=/usr/sfw/bin/gas
 
 CONFIGURE_OPTIONS =	--prefix=$(CONFIGURE_PREFIX)
 CONFIGURE_OPTIONS +=	$(CONFIGURE_OPTIONS.$(MACH))