HomeSort by: relevance | last modified time | path
    Searched refs:FOPTS (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/lib/libgfortran/
Makefile 150 FOPTS.${_f}+= -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4
155 FOPTS.${_f}+= -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128
160 FOPTS.${_f}+= -funroll-loops
164 FOPTS.${_f}+= -fallow-leading-underscore -fbuilding-libgfortran
168 FOPTS.${_f}+= -fallow-leading-underscore -fbuilding-libgfortran
172 FOPTS.${_f}+= -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -fsignaling-nans -fbuilding-libgfortran
176 FOPTS.${_f}+= -fsignaling-nans
  /src/share/mk/
bsd.sys.mk 213 FOPTS+= -msoft-float
217 FOPTS+= -mhard-float
222 #FOPTS+= -mthumb
bsd.lib.mk 224 FFLAGS+= ${FOPTS}
303 ${COMPILE.f} ${FOPTS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET}
311 ${COMPILE.f} ${PROFFLAGS} ${FOPTS.${.IMPSRC:T}} ${PGFLAGS} ${.IMPSRC} ${OBJECT_TARGET}
319 ${COMPILE.f} ${DEBUGFLAGS} ${FOPTS.${.IMPSRC:T}} -g ${.IMPSRC} -o ${.TARGET}
323 ${COMPILE.f} ${FOPTS.${.IMPSRC:T}} ${PICFLAGS} ${.IMPSRC} -o ${.TARGET}
334 ${COMPILE.F} ${FOPTS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET}
342 ${COMPILE.F} ${PROFFLAGS} ${FOPTS.${.IMPSRC:T}} ${PGFLAGS} ${.IMPSRC} ${OBJECT_TARGET}
350 ${COMPILE.F} ${DEBUGFLAGS} ${FOPTS.${.IMPSRC:T}} -g ${.IMPSRC} -o ${.TARGET}
354 ${COMPILE.F} ${FOPTS.${.IMPSRC:T}} ${PICFLAGS} ${.IMPSRC} -o ${.TARGET}

Completed in 31 milliseconds