changeset 3980:2711a26ef5ff octave-forge

Further changes because of the change from f2c to fort77.
author treichl
date Mon, 29 Oct 2007 18:39:19 +0000
parents 55f631e5d330
children 03c3a9da3149
files admin/MacOSX/createapp/selfupdate.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admin/MacOSX/createapp/selfupdate.sh	Mon Oct 29 18:31:00 2007 +0000
+++ b/admin/MacOSX/createapp/selfupdate.sh	Mon Oct 29 18:39:19 2007 +0000
@@ -49,6 +49,7 @@
 
 # Here are the optimization flags that can be used on a PPC platform
 # OPTFLAGS="-O3 -ftree-vectorize -mpowerpc -faltivec -maltivec -mabi=altivec"
+
 # Here are the optimization flags that can be used on a i386 platform
 OPTFLAGS="-O3 -ftree-vectorize -march=i686 -mfpmath=sse,387 -fforce-addr -mieee-fp -msse3 -msse2 -msse -mmmx"