comparison ChangeLog @ 3131:9c5160c83bd2

[project @ 1998-01-29 04:46:33 by jwe]
author jwe
date Thu, 29 Jan 1998 04:46:36 +0000
parents 02766207b74c
children af7ec9d3a5e6
comparison
equal deleted inserted replaced
3130:02766207b74c 3131:9c5160c83bd2
1 Mon Jan 26 13:26:09 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Makeconf.in (do-subst-config-vals): Substitute XTRA_CFLAGS and
4 XTRA_CXXFLAGS.
5 * mkoctfile.in: Substitute XTRA_CFLAGS and XTRA_CXXFLAGS, not
6 GCC_IEEE_FP_FLAG, HOST_CXXFLAGS, and NO_IMPLICIT_TEMPLATES.
7 (ALL_CFLAGS): Use XTRA_CFLAGS, not GCC_IEEE_FP_FLAG here.
8 (ALL_CXXFLAGS): Use XTRA_CXXFLAGS, not GCC_IEEE_FP_FLAG,
9 HOST_CXXFLAGS, and NO_IMPLICIT_TEMPLATES here.
10
1 Sun Jan 25 01:59:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> 11 Sun Jan 25 01:59:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
12
13 * configure.in: (GXX_PICKY_FLAGS): Add -Weffc++.
14 Use OCTAVE_CC_FLAG and OCTAVE_CXX_FLAG to add -Wall and for adding
15 picky flags in AC_ARG_ENABLE(picky-flags ...) macro.
2 16
3 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Require OCTAVE_PROG_G77. 17 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Require OCTAVE_PROG_G77.
4 Handle cross compiling with g77. 18 Handle cross compiling with g77.
5 (OCTAVE_REINSTALL_SIGHANDLERS): Provide defaults for cross compiling. 19 (OCTAVE_REINSTALL_SIGHANDLERS): Provide defaults for cross compiling.
6 20