]> sourceware.org Git - newlib-cygwin.git/commit - configure.in
2004-07-01 Paolo Bonzini <bonzini@gnu.org>
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 Jul 2004 07:56:07 +0000 (07:56 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 Jul 2004 07:56:07 +0000 (07:56 +0000)
commit2cb47d686eff408aab237c0a54f9094a7fc1bd76
treed41523f9732e63c45e7bd246ad5a02b9d04b6a4b
parent78c6a5b53ae19fbd1eaa5691f5c0df5ca7e8eaad
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.
ChangeLog
Makefile.def
Makefile.in
Makefile.tpl
configure
configure.in
This page took 0.031523 seconds and 5 git commands to generate.