comparison nt/ChangeLog @ 63322:ca9285a9e7ee

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 11 Jun 2005 15:11:34 +0000
parents a500d3fcf4a9
children 6401c3973c58 a1b34dec1104
comparison
equal deleted inserted replaced
63321:7378cb12a687 63322:ca9285a9e7ee
1 2005-06-11 Eli Zaretskii <eliz@gnu.org> 1 2005-06-11 Eli Zaretskii <eliz@gnu.org>
2
3 * configure.bat: If their fc.exe returns a meaningful exit status,
4 don't overwrite src/config.h and src/epaths.h with identical
5 copies.
2 6
3 * INSTALL: Warn about using "cvs up -kb" if one intends to commit 7 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
4 changes. Add a pointer to another site with detailed configure 8 changes. Add a pointer to another site with detailed configure
5 and build instructions. Suggest to look at config.log when 9 and build instructions. Suggest to look at config.log when
6 configure fails. Add MinGW Make 3.80 to the list of successful 10 configure fails. Add MinGW Make 3.80 to the list of successful
7 combinations. 11 combinations.
8 12
9 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal 13 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
10 "-mcpu=i686". 14 "-mcpu=i686".
11 15
12 * configure1.bat: Update copyright years. 16 * configure.bat: Update copyright years.
13 Delete config.log before doing anything else. 17 Delete config.log before doing anything else.
14 Write additional diagnostics to config.log in case of failures to 18 Write additional diagnostics to config.log in case of failures to
15 compile test programs, including the failed test program itself. 19 compile test programs, including the failed test program itself.
16 Add a test for support of -mtune=pentium4 switch to GCC; if it is 20 Add a test for support of -mtune=pentium4 switch to GCC; if it is
17 supported, set up MCPU_FLAG variable on the various Makefiles to 21 supported, set up MCPU_FLAG variable on the various Makefiles to