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:           Sun Apr 23 07:09:37 UTC 2023

Modified Files:
        pkgsrc/doc: TODO.crosscompile

Log Message:
doc/TODO.crosscompile: Update a bit.

Forgot to remove some items when I improved the cross-libtool
situation last year.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/doc/TODO.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/TODO.crosscompile
diff -u pkgsrc/doc/TODO.crosscompile:1.7 pkgsrc/doc/TODO.crosscompile:1.8
--- pkgsrc/doc/TODO.crosscompile:1.7    Mon May 13 15:14:42 2013
+++ pkgsrc/doc/TODO.crosscompile        Sun Apr 23 07:09:37 2023
@@ -1,13 +1,11 @@
-$NetBSD: TODO.crosscompile,v 1.7 2013/05/13 15:14:42 riastradh Exp $
+$NetBSD: TODO.crosscompile,v 1.8 2023/04/23 07:09:37 riastradh Exp $
 
-* Fix the cross-libtool crock.
 * Organize NATIVE_xyz and TARGET_xyz better.
 * Organize host/target compiler tools better.
 * Automatically set PACKAGES=packages.${MACHINE_ARCH}.
 * Automatically set WRKDIR_BASENAME=work.${MACHINE_ARCH}.
 * Simplify mk.conf setup (see HOWTO-use-crosscompile).
 * Make USE_CROSS_COMPILE and MACHINE_ARCH passable on the command line.
-* Don't require user to set up CROSSBASE cruft.
 * Allow LOCALBASE &c. to be set differently on host and target.
 * Make cross-OS builds work.  Use MACHINE_PLATFORM, not MACHINE_ARCH.
 * Judiciously insert ${CROSS_DESTDIR} into various `.if exists(/xyz)'.
@@ -15,3 +13,4 @@ $NetBSD: TODO.crosscompile,v 1.7 2013/05
 * Distinguish host build-time tools from target run-time tools.
 * If you set MACHINE_ARCH, what should MACHINE be?  (Avoid using it?)
 * Make sure cross-builds DTRT with INSTALL scripts.
+* Fix cmake.



Home | Main Index | Thread Index | Old Index