imported patch oi-binutils-gld-fix oi_151a oi_151a_release
authorAlasdair Lumsden <al@everycity.co.uk>
Tue, 16 Aug 2011 20:32:52 +0000
branchoi_151a
changeset 104 8b9ec524b240
parent 103 91f1514b27c2
child 105 4c78dcc5e8bd
imported patch oi-binutils-gld-fix
usr/src/cmd/binutils/Makefile.sfw
--- a/usr/src/cmd/binutils/Makefile.sfw	Tue Aug 16 20:32:52 2011 +0000
+++ b/usr/src/cmd/binutils/Makefile.sfw	Tue Aug 16 20:32:52 2011 +0000
@@ -20,12 +20,11 @@
 #
 
 #
-# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
 #
 
 #
-#ident	"@(#)Makefile.sfw	1.8	09/05/20 SMI"
+#ident	"@(#)Makefile.sfw	1.9	11/01/03 SMI"
 #
 
 include ../Makefile.cmd
@@ -60,7 +59,8 @@
 	    LD_OPTIONS="-M $(SRC)/cmd/mapfile_noexstk" \
 	    PATH=$(SFW_PATH) \
 	    MAKE=$(GMAKE) \
-	    $(SH) ./configure \
+	    CONFIG_SHELL=$(CONFIG_SHELL) \
+	    $(CONFIG_SHELL) ./configure \
 		--prefix=/usr/gnu \
 		--mandir=/usr/gnu/share/man \
 		--infodir=/usr/share/info \