aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/makefile.pd-linux
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/makefile.pd-linux')
-rw-r--r--externals/grill/vasp/makefile.pd-linux6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/vasp/makefile.pd-linux b/externals/grill/vasp/makefile.pd-linux
index a76cdbaa..6f9342cb 100644
--- a/externals/grill/vasp/makefile.pd-linux
+++ b/externals/grill/vasp/makefile.pd-linux
@@ -1,5 +1,5 @@
# VASP - vector assembling vector processor
-# Copyright (c)2002 Thomas Grill (xovo@gmx.net)
+# Copyright (c)2002-2003 Thomas Grill (xovo@gmx.net)
#
# Makefile for gcc @ linux
#
@@ -16,8 +16,8 @@ FLEXTLIB=$(FLEXTPATH)/flext_t.a
# compiler stuff
INCLUDES=$(PDINC)
FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS -fno-exceptions
-CFLAGS=-O6 -mcpu=pentiumpro -fmove-all-movables -frerun-loop-opt -finline-functions # -funroll-loops
-#CFLAGS=-O6 -mcpu=pentium3 -msse -mfpmath=sse -fmove-all-movables -frerun-loop-opt -finline-functions # -funroll-loops
+CFLAGS=-O6 ${UFLAGS} -fmove-all-movables -frerun-loop-opt
+#CFLAGS+=-funroll-loops -fmove-all-movables -freduce-all-givs -fschedule-insns2 -foptimize-register-move
LDFLAGS=-Wl,-s
LIBS=m