Skip to content
Snippets Groups Projects
Commit 80e02fc1 authored by Ulrich Schwickerath's avatar Ulrich Schwickerath
Browse files

update flags for newer gcc

parent 02893e08
No related branches found
No related tags found
No related merge requests found
......@@ -3,17 +3,17 @@
TESTOBJ = delpyt.for pythia5722.for jetset7409_dtau.for taupolep2.for
CERNLIB=`cernlib packlib kernlib phtools`
LFLAGS = -v
LFLAGS = -v -fcommon
LIBCERN = $(LIBDIR)
all: pythia
.for.o:
$(F77) $(ADDCOMP) $*.for
$(F77) $(ADDCOMP) -fallow-argument-mismatch $*.for
pythia: $(TESTOBJ)
$(F77) $(LDFLAGS) -o pythia $(TESTOBJ) $(CERNLIB)
$(F77) $(ADDCOMP) -fallow-argument-mismatch $(LDFLAGS) -o pythia $(TESTOBJ) $(CERNLIB)
clean:
rm -f *.o *~ pythia core
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment