Skip to content
  • Brad King's avatar
    Oracle/Sun: Fix Fortran preprocessor rule generation · be1109d8
    Brad King authored
    The SunPro Fortran compiler uses "-F" instead of "-E" to request
    preprocessing.  The output does not go to stdout so use "-o" to
    specify the output file.
    
    This fixes the guess originally made by commit b6b37e30 (Makefile: Add
    assembly and preprocessed targets for Fortran, 2014-11-05).
    be1109d8