--- gpamela/garfield/src/makefile_linux 2005/10/18 08:21:22 3.2 +++ gpamela/garfield/src/makefile_linux 2007/10/02 17:58:30 3.3 @@ -7,11 +7,18 @@ FC = g77 LF= `cernlib graflib/X11,kernlib,mathlib,packlib` # FF= -O -FF= -O3 -malign-double -malign-loops=2 -malign-jumps=2 -malign-functions=2\ +# FF Flags mod by CAF on 2 Oct 2007 , obsolete options changed +# FF= -O3 -malign-double -malign-loops=2 -malign-jumps=2 -malign-functions=2\ +# -fno-init-local-zero -ffast-math -fno-f2c\ +# -fforce-mem -fforce-addr -fcaller-saves -fstrength-reduce\ +# -funroll-loops -frerun-cse-after-loop \ +# -g -fdebug-kludge +FF= -O3 -malign-double -falign-loops=2 -falign-jumps=2 -falign-functions=2\ -fno-init-local-zero -ffast-math -fno-f2c\ -fforce-mem -fforce-addr -fcaller-saves -fstrength-reduce\ -funroll-loops -frerun-cse-after-loop \ - -g -fdebug-kludge + -g +# end CAF mod # G77_LIB_DIR=/usr/lib/gcc-lib/i386-redhat-linux/2.7.2.3 # LF=-m elf_i386 -dynamic-linker /lib/ld-linux.so.1 -s -x -L$(G77_LIB_DIR) # LNKPRE=/usr/lib/crt1.o /usr/lib/crti.o $(G77_LIB_DIR)/crtbegin.o