diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-12-29 13:43:06 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-12-29 13:43:06 +0000 |
commit | 2ab80461fc2756455f69abd6a0c53daa8ab3cba4 (patch) | |
tree | 9e3eb97765635d0db082c85fbeb1819deb7e77d7 /ChangeLog | |
parent | 3dcd429fd60608c0e1b9aaeb5208cf2696f6c3a8 (diff) | |
download | gdb-2ab80461fc2756455f69abd6a0c53daa8ab3cba4.zip gdb-2ab80461fc2756455f69abd6a0c53daa8ab3cba4.tar.gz gdb-2ab80461fc2756455f69abd6a0c53daa8ab3cba4.tar.bz2 |
Allow toplevel make to over certain GCC variables; add all-bootstrap target
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com> + + * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables + LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST, + LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are + non-empty, pass them on to the GCC make. + (all-bootstrap): New rule that is like all-gcc, except it executes + the GCC bootstrap rule instead of the GCC all rule. + +Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com> + + * config-ml.in (ml_realsrcdir): New, to account for ${subdir}. + Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com> * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium |