bug-texinfo
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]