b0ee887
--- lapack-3.1.1/INSTALL/make.inc.gfortran.BAD	2007-05-25 15:34:55.000000000 -0500
b0ee887
+++ lapack-3.1.1/INSTALL/make.inc.gfortran	2007-05-25 15:35:51.000000000 -0500
b0ee887
@@ -8,7 +8,7 @@ SHELL = /bin/sh
b0ee887
 #
b0ee887
 #  The machine (platform) identifier to append to the library names
b0ee887
 #
b0ee887
-PLAT = _LINUX
b0ee887
+PLAT = 
b0ee887
 #  
b0ee887
 #  Modify the FORTRAN and OPTS definitions to refer to the
b0ee887
 #  compiler and desired compiler options for your machine.  NOOPT
b0ee887
@@ -17,9 +17,9 @@ PLAT = _LINUX
b0ee887
 #  desired load options for your machine.
b0ee887
 #
b0ee887
 FORTRAN  = gfortran 
b0ee887
-OPTS     = -O2
b0ee887
+#OPTS     = -O2
b0ee887
 DRVOPTS  = $(OPTS)
b0ee887
-NOOPT    = -O0
b0ee887
+NOOPT    = 
b0ee887
 LOADER   = gfortran
b0ee887
 LOADOPTS =
b0ee887
 #