]> Git Repo - buildroot-mgba.git/blobdiff - TODO
Bump applewmproto to 1.4.1
[buildroot-mgba.git] / TODO
diff --git a/TODO b/TODO
index 9b89c40c58c96cbfdc420874d7e2229ab209758d..bf98fea1b0dfaa1a85539e1681d432aa28c5a823 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,9 +6,12 @@ Buildroot2 TODOs
   packages/Makefile.autotools.in
 - fix setting of flags for packages
 
   packages/Makefile.autotools.in
 - fix setting of flags for packages
 
-- stabilize for a 0.10.0 release
-
-- think about using a common --config-cache for configure
-  Should take care of expanding TARGET_CONFIGURE_ARGS for cross compiles
-  to working presets.
-
+- coreutils: use make install-strip to install the packages. For now,
+  it fails beause even if we pass STRIP="/path/to/$(ARCH)-strip", the
+  coreutils build system uses the host strip to strip target
+  binaries. The ./configure execution done by Buildroot properly
+  detects the cross-strip, but when running make, build-aux/missing
+  gets run, complains about aclocal-1.10c and atuomake-1.10c not being
+  present, and rerun the configuration... with the wrong environment
+  variables (STRIP= is missing). An autoreconf on this package is
+  probably necessary.
This page took 0.025939 seconds and 4 git commands to generate.