aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2004-07-02 07:55:37 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2004-07-02 07:55:37 +0000
commit23f6b2f91e6a3a8570f2b4214e3faee872ae1d82 (patch)
treebd71d7b85bd423a198d4956c94a35106d4a53797 /ChangeLog
parent902054efd3220fba08d987e8a2f009526b0c27b6 (diff)
downloadgcc-23f6b2f91e6a3a8570f2b4214e3faee872ae1d82.zip
gcc-23f6b2f91e6a3a8570f2b4214e3faee872ae1d82.tar.gz
gcc-23f6b2f91e6a3a8570f2b4214e3faee872ae1d82.tar.bz2
Makefile.def (build_modules): Add bison, byacc, flex, m4, texinfo.
2004-07-01 Paolo Bonzini <bonzini@gnu.org> * Makefile.def (build_modules): Add bison, byacc, flex, m4, texinfo. (flags_to_pass): Add FLEX. * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New. (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it. (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4, DEFAULT_MAKEINFO): Remove. (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON, CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute. (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into objdir or else use configured tool. (all-build): New. (all): Depend on it. (Build module dependencies): Add. * Makefile.in: Regenerate. * configure.in: Better support for multiple build modules, matching what is done for host/target modules. Do not look for "plausible" locations of build tools if Canadian cross. Use autoconf's AC_PROG_CC to find a C compiler. Define BUILD_DIR_PREFIX. Look for flex, makeinfo and m4. * configure: Regenerate. From-SVN: r84017
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7779553..eab505c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2004-07-01 Paolo Bonzini <bonzini@gnu.org>
+
+ * Makefile.def (build_modules): Add bison, byacc, flex,
+ m4, texinfo.
+ (flags_to_pass): Add FLEX.
+ * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
+ (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
+ (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
+ DEFAULT_MAKEINFO): Remove.
+ (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
+ CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
+ (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
+ objdir or else use configured tool.
+ (all-build): New.
+ (all): Depend on it.
+ (Build module dependencies): Add.
+ * Makefile.in: Regenerate.
+ * configure.in: Better support for multiple build modules,
+ matching what is done for host/target modules. Do not look
+ for "plausible" locations of build tools if Canadian cross.
+ Use autoconf's AC_PROG_CC to find a C compiler. Define
+ BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
+ * configure: Regenerate.
+
2004-06-22 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (HOST_EXPORTS): Fix pasto.