summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-11 10:51:47 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-11 10:51:47 +0100
commit7f260b6ff477f6531210cda3fe2409447021e931 (patch)
treea0d0ed9a7bd9b025a16467bc16f7e4347ca7ce9a /TODOS
parent09c3eefebcf3cf879d11b509b70b70807066182e (diff)
downloadbootstrap32-7f260b6ff477f6531210cda3fe2409447021e931.tar.xz
added gdb
Diffstat (limited to 'TODOS')
-rw-r--r--TODOS8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODOS b/TODOS
index ff69de7..495a701 100644
--- a/TODOS
+++ b/TODOS
@@ -33,3 +33,11 @@
- make: recursive tarkets like all-recursive don't work, neither with cross-compiled
make nor with the recompiled make on the stage1 system. No clue why?!
- some packages get build more than onces (linux-api-headers, pacman-mirrorlist)
+- make a wrapper for sed in DESCR, which is actually able to detect whether
+ the patch was successful or not. Avoid hard to detect errors, when the
+ upstream PKGBUILD(s) change.
+- gdb uses cross-compiler source files for debugging:
+ Temporary breakpoint 1, 0x004005b0 in main ()
+ (gdb) list
+ 1 /home/cross/.build/i486-unknown-linux-gnu/src/gcc/libgcc/libgcc2.c: No such file or directory.
+