diff options
author | kamil <kamil> | 2017-03-05 10:36:40 +0000 |
---|---|---|
committer | kamil <kamil> | 2017-03-05 10:36:40 +0000 |
commit | ae7e00ec79dbe5f083e202c75f9913261270972a (patch) | |
tree | 50e0aa72b048518ce9f51031d61b528960a428bb /doc | |
parent | a06aeae38925623f37b1b796b9ac04274ba39eb4 (diff) | |
download | pkgsrc-ae7e00ec79dbe5f083e202c75f9913261270972a.tar.gz |
Fix path to cross-libtool-base in HOWTO
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HOWTO-use-crosscompile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/HOWTO-use-crosscompile b/doc/HOWTO-use-crosscompile index 1801a10bf99..ddb4c78a583 100644 --- a/doc/HOWTO-use-crosscompile +++ b/doc/HOWTO-use-crosscompile @@ -1,7 +1,7 @@ Cross-compilation in pkgsrc (user's guide) -*- outline -*- Taylor R. Campbell <riastradh@NetBSD.org> -$NetBSD: HOWTO-use-crosscompile,v 1.4 2016/05/04 02:05:22 riastradh Exp $ +$NetBSD: HOWTO-use-crosscompile,v 1.5 2017/03/05 10:36:40 kamil Exp $ The following steps enable you to build binary packages for a machine architecture other than the one you are building on. For example, you @@ -87,7 +87,7 @@ Libtool's build system is broken -- it misuses the GNU build system build/host/target settings. For now we need to kludge around it manually: - $ cd /usr/pkgsrc/cross/libtool-base + $ cd /usr/pkgsrc/cross/cross-libtool-base $ make package $ pkg_add -m powerpc /usr/pkgsrc/packages.powerpc/All/cross-libtool-base-powerpc-2.4.2.tgz |