pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc
Module Name: pkgsrc
Committed By: riastradh
Date: Tue Jul 9 15:45:35 UTC 2019
Modified Files:
pkgsrc/doc: HOWTO-use-crosscompile
Log Message:
Note that USE_CWRAPPERS=no is needed for now in cross-compiling.
This is a bug, just need to teach cwrappers about passing sysroot.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/doc/HOWTO-use-crosscompile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/HOWTO-use-crosscompile
diff -u pkgsrc/doc/HOWTO-use-crosscompile:1.6 pkgsrc/doc/HOWTO-use-crosscompile:1.7
--- pkgsrc/doc/HOWTO-use-crosscompile:1.6 Tue Jul 9 15:45:25 2019
+++ pkgsrc/doc/HOWTO-use-crosscompile Tue Jul 9 15:45:35 2019
@@ -1,7 +1,7 @@
Cross-compilation in pkgsrc (user's guide) -*- outline -*-
Taylor R. Campbell <riastradh%NetBSD.org@localhost>
-$NetBSD: HOWTO-use-crosscompile,v 1.6 2019/07/09 15:45:25 riastradh Exp $
+$NetBSD: HOWTO-use-crosscompile,v 1.7 2019/07/09 15:45:35 riastradh 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
@@ -66,6 +66,9 @@ In addition to whatever else you want in
# XXX Should not need this.
PACKAGES= ${PKGSRCDIR}/packages.${MACHINE_ARCH}
WRKDIR_BASENAME= work.${MACHINE_ARCH}
+
+ # XXX cwrappers needs to be taught to pass --sysroot.
+ USE_CWRAPPERS= no
.endif
You can bootstrap pkgsrc or not; it shouldn't make a difference for
Home |
Main Index |
Thread Index |
Old Index