comparison src/oct-conf.h.in @ 10331:6a50aa2cdf00

never compile ranlib with 8-byte integers
author John W. Eaton <jwe@octave.org>
date Wed, 17 Feb 2010 14:46:51 -0500
parents 6a88b00c5ad6
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10330:e0767a0965f1 10331:6a50aa2cdf00
223 223
224 #ifndef OCTAVE_CONF_F77_FLOAT_STORE_FLAG 224 #ifndef OCTAVE_CONF_F77_FLOAT_STORE_FLAG
225 #define OCTAVE_CONF_F77_FLOAT_STORE_FLAG %OCTAVE_CONF_F77_FLOAT_STORE_FLAG% 225 #define OCTAVE_CONF_F77_FLOAT_STORE_FLAG %OCTAVE_CONF_F77_FLOAT_STORE_FLAG%
226 #endif 226 #endif
227 227
228 #ifndef OCTAVE_CONF_F77_INTEGER_8_FLAG
229 #define OCTAVE_CONF_F77_INTEGER_8_FLAG %OCTAVE_CONF_F77_INTEGER_8_FLAG%
230 #endif
231
228 #ifndef OCTAVE_CONF_FC 232 #ifndef OCTAVE_CONF_FC
229 #define OCTAVE_CONF_FC %OCTAVE_CONF_FC% 233 #define OCTAVE_CONF_FC %OCTAVE_CONF_FC%
230 #endif 234 #endif
231 235
232 #ifndef OCTAVE_CONF_FFLAGS 236 #ifndef OCTAVE_CONF_FFLAGS