search for: f95_obj

Displaying 1 result from an estimated 1 matches for "f95_obj".

Did you mean: f95_objs
2006 Sep 01
2
[LLVMdev] gfortran: patch, question
...in start () Thanks! -mike Index: gcc/fortran/Make-lang.in =================================================================== --- gcc/fortran/Make-lang.in (revision 160) +++ gcc/fortran/Make-lang.in (working copy) @@ -106,7 +106,7 @@ # The compiler itself is called f951. f951$(exeext): $(F95_OBJS) \ $(BACKEND) $(LIBDEPS) - $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \ + $(LINKCC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \ $(F95_OBJS) $(BACKEND) $(F95_LIBS) gt-fortran-f95-lang.h gtype-fortran.h : s-gtype; @true -- Michael McCracken UCSD CSE PhD...