Mercurial > emacs
comparison ChangeLog @ 108507:ea7b1bab920f
Move LIB_GCC from cpp to configure.
* configure.in (LIB_GCC): New output variable.
* src/Makefile.in (LIB_GCC): Set using configure, not cpp.
(GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
* src/m/arm.h (LIB_GCC) [GNU_LINUX]:
* src/s/cygwin.h (LIB_GCC):
* src/s/freebsd.h (LIB_GCC):
* src/s/gnu-linux.h (LIB_GCC):
* src/s/msdos.h (LIB_GCC):
* src/s/netbsd.h (LIB_GCC):
Move to configure.
* msdos/sed1v2.inp (LIB_GCC): Edit to -Lgcc.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 11 May 2010 20:01:16 -0700 |
parents | 7303923cef22 |
children | fa057912367f |
comparison
equal
deleted
inserted
replaced
108506:6fcaca6266ae | 108507:ea7b1bab920f |
---|---|
1 2010-05-12 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * configure.in (LIB_GCC): New output variable. | |
4 | |
1 2010-05-11 Glenn Morris <rgm@gnu.org> | 5 2010-05-11 Glenn Morris <rgm@gnu.org> |
2 | 6 |
3 * make-dist (msdos): No more mainmake. | 7 * make-dist (msdos): No more mainmake. |
4 | 8 |
5 * configure.in: Generate lib-src/Makefile directly, do not run cpp. | 9 * configure.in: Generate lib-src/Makefile directly, do not run cpp. |