[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cross compiling texinfo-4.7
From: |
Karl Berry |
Subject: |
Re: Cross compiling texinfo-4.7 |
Date: |
Mon, 11 Oct 2004 14:17:30 -0400 |
here it is. Not ideal, feel free to make it more comprehensive.
It's nice, I just tweaked it a little according to my understanding:
# We need to run some of our own binaries, most notably makedoc, but as
# long as we have this process, we also use our own makeinfo and
# install-info.
#
# This means that if we are cross compiling, we have to configure the
# package twice: once with the native compiler (this is done in a
# subdirectory $native_tools), and once with the cross compiler.
# The former is invoked automatically here, with --host=$build.
# $native_tools is also added to SUBDIRS in the main Makefile.am,
# so that make compiles the native tools first.
#
if test "$cross_compiling" = no; then
...
Thanks,
k
- Re: Cross compiling texinfo-4.7, (continued)
- Re: Cross compiling texinfo-4.7, Karl Berry, 2004/10/06
- Re: Cross compiling texinfo-4.7, Mark Fortescue, 2004/10/06
- Re: Cross compiling texinfo-4.7, Stepan Kasal, 2004/10/07
- Re: Cross compiling texinfo-4.7, Karl Berry, 2004/10/07
- Re: Cross compiling texinfo-4.7, Stepan Kasal, 2004/10/08
- Re: Cross compiling texinfo-4.7, Stepan Kasal, 2004/10/08
- Re: Cross compiling texinfo-4.7, Karl Berry, 2004/10/08
- Re: Cross compiling texinfo-4.7, Stepan Kasal, 2004/10/09
- Re: Cross compiling texinfo-4.7, Stepan Kasal, 2004/10/11
- Re: Cross compiling texinfo-4.7,
Karl Berry <=
- Re: Cross compiling texinfo-4.7, Mark Fortescue, 2004/10/17
- Re: Cross compiling texinfo-4.7, Karl Berry, 2004/10/17
- Re: Cross compiling texinfo-4.7, Stepan Kasal, 2004/10/18
- Re: Cross compiling texinfo-4.7, Karl Berry, 2004/10/18
- Re: Cross compiling texinfo-4.7, Mark Fortescue, 2004/10/18
- Re: Cross compiling texinfo-4.7, Stepan Kasal, 2004/10/19
- Re: Cross compiling texinfo-4.7, Karl Berry, 2004/10/19
- Re: Cross compiling texinfo-4.7, Stepan Kasal, 2004/10/19
- Re: Cross compiling texinfo-4.7, Mark Fortescue, 2004/10/18