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:           Thu May 16 15:48:46 UTC 2024

Modified Files:
        pkgsrc/doc: HOWTO-use-crosscompile

Log Message:
doc/HOWTO-use-crosscompile: Note CROSS_OBJECT_FMT.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/doc/HOWTO-use-crosscompile:1.17
--- pkgsrc/doc/HOWTO-use-crosscompile:1.16      Thu May 16 13:21:22 2024
+++ pkgsrc/doc/HOWTO-use-crosscompile   Thu May 16 15:48:46 2024
@@ -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.16 2024/05/16 13:21:22 riastradh Exp $
+$NetBSD: HOWTO-use-crosscompile,v 1.17 2024/05/16 15:48:46 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
@@ -59,6 +59,7 @@ In addition to whatever else you want in
    CROSS_LOWER_OS_VARIANT=      # empty
    CROSS_LOWER_VARIANT_VERSION= # empty
    CROSS_LOWER_VENDOR=          # empty
+   CROSS_OBJECT_FMT=   ELF
 
 Optionally, you can set CROSS_LOCALBASE, CROSS_SYSCONFBASE, and
 CROSS_VARBASE for cross-compiled packages separately from LOCALBASE,



Home | Main Index | Thread Index | Old Index