diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-11 10:51:47 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-11 10:51:47 +0100 |
commit | 7f260b6ff477f6531210cda3fe2409447021e931 (patch) | |
tree | a0d0ed9a7bd9b025a16467bc16f7e4347ca7ce9a /TODOS | |
parent | 09c3eefebcf3cf879d11b509b70b70807066182e (diff) | |
download | bootstrap32-7f260b6ff477f6531210cda3fe2409447021e931.tar.xz |
added gdb
Diffstat (limited to 'TODOS')
-rw-r--r-- | TODOS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. + |