This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc compile-time performance (on sparc solaris)


 > From: Toon Moene <toon@moene.indiv.nluug.nl> 
 > 
 > Alexandre Oliva wrote:
 > 
 > > On May 20, 2002, Toon Moene <toon@moene.indiv.nluug.nl> wrote:
 > > 
 > > > OK - do you think the following would be an adequate solution for the
 > > > problem (as far as libf2c is concerned) ?
 > > 
 > > Yes, thanks.
 > 
 > Applied as presented.

Don't we also need to fix the SHELL settings in lib*77/Makefile.in ?

		--Kaveh

2002-05-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

libf2c:
	* libF77/Makefile.in (SHELL): Set to @SHELL@.
	* libI77/Makefile.in (SHELL): Likewise.
	* libU77/Makefile.in (SHELL): Likewise.

diff -rup orig/egcc-CVS20020509/libf2c/libF77/Makefile.in egcc-CVS20020509/libf2c/libF77/Makefile.in
--- orig/egcc-CVS20020509/libf2c/libF77/Makefile.in	2001-12-04 07:31:46.000000000 -0500
+++ egcc-CVS20020509/libf2c/libF77/Makefile.in	2002-05-09 16:05:49.425168632 -0400
@@ -41,7 +41,7 @@ ARFLAGS = rc
 RANLIB = @RANLIB@
 @SET_MAKE@
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 #### End of system configuration section. ####
 
diff -rup orig/egcc-CVS20020509/libf2c/libI77/Makefile.in egcc-CVS20020509/libf2c/libI77/Makefile.in
--- orig/egcc-CVS20020509/libf2c/libI77/Makefile.in	2002-01-15 16:30:43.000000000 -0500
+++ egcc-CVS20020509/libf2c/libI77/Makefile.in	2002-05-09 16:04:09.995604828 -0400
@@ -38,7 +38,7 @@ CFLAGS = @CFLAGS@
 CPPFLAGS = @CPPFLAGS@
 @SET_MAKE@
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 #### End of system configuration section. ####
 
diff -rup orig/egcc-CVS20020509/libf2c/libU77/Makefile.in egcc-CVS20020509/libf2c/libU77/Makefile.in
--- orig/egcc-CVS20020509/libf2c/libU77/Makefile.in	2001-12-04 07:31:49.000000000 -0500
+++ egcc-CVS20020509/libf2c/libU77/Makefile.in	2002-05-09 16:03:30.989744705 -0400
@@ -37,7 +37,7 @@ CFLAGS = @CFLAGS@
 CPPFLAGS = @CPPFLAGS@
 @SET_MAKE@
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 #### End of system configuration section. ####
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]