diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-15 13:01:25 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-15 13:17:22 +0100 |
commit | f55d8dff351fa8d08e9acc2d5688380b0864d77e (patch) | |
tree | 94acccfffa66d79eb45d6ac4579ac7c3d4d98b38 /TODO | |
parent | 87a5a194088f33f60176b4970526e7f6eb51de9b (diff) | |
download | buildroot-novena-f55d8dff351fa8d08e9acc2d5688380b0864d77e.tar.gz buildroot-novena-f55d8dff351fa8d08e9acc2d5688380b0864d77e.zip |
docs: remove outdated files
Misleading/outdated docs is worse than no documentation.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -1,17 +0,0 @@ -Buildroot2 TODOs - -- fix packages/Makefile.autotools.in to use a package-imposed patchdir - (Ivan Kuten) -- convert all packages that use autoconf to use the infrastructure of - packages/Makefile.autotools.in -- fix setting of flags for packages - -- 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. |