Home
last modified time | relevance | path

Searched refs:F77_FLOAT_STORE_FLAG (Results 1 – 11 of 11) sorted by relevance

/dports/math/octave/octave-6.4.0/build-aux/
H A Dsubst-cross-config-vals.in.sh158 F77_FLOAT_STORE_FLAG="@F77_FLOAT_STORE_FLAG@"
305 -e "s|%OCTAVE_CONF_F77_FLOAT_STORE_FLAG%|\"${F77_FLOAT_STORE_FLAG}\"|" \
H A Dsubst-config-vals.in.sh148 F77_FLOAT_STORE_FLAG="@F77_FLOAT_STORE_FLAG@"
301 -e "s|%OCTAVE_CONF_F77_FLOAT_STORE_FLAG%|\"${F77_FLOAT_STORE_FLAG}\"|" \
/dports/math/octave/octave-6.4.0/libinterp/
H A Dbuild-env.h82 extern const char *F77_FLOAT_STORE_FLAG;
H A Dbuild-env.in.cc124 const char *F77_FLOAT_STORE_FLAG = %OCTAVE_CONF_F77_FLOAT_STORE_FLAG%; variable
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dtoplev.cc485 { "F77_FLOAT_STORE_FLAG", octave::build_env::F77_FLOAT_STORE_FLAG },
/dports/math/octave/octave-6.4.0/
H A Dconfigure.ac829 AC_MSG_RESULT([setting F77_FLOAT_STORE_FLAG to -ffloat-store])
830 F77_FLOAT_STORE_FLAG=-ffloat-store
831 AC_SUBST(F77_FLOAT_STORE_FLAG)
H A Dconfigure35220 F77_FLOAT_STORE_FLAG=-ffloat-store
H A DMakefile.in4209 F77_FLOAT_STORE_FLAG = @F77_FLOAT_STORE_FLAG@
/dports/math/octave/octave-6.4.0/libgnu/
H A DMakefile.in882 F77_FLOAT_STORE_FLAG = @F77_FLOAT_STORE_FLAG@
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A Dlibcruft-ChangeLog936 Add $(F77_FLOAT_STORE_FLAG) to FFLAGS.
H A DChangeLog3542 F77_FLOAT_STORE_FLAG if it works.