summaryrefslogtreecommitdiff
path: root/build_stage1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_stage1.sh')
-rwxr-xr-xbuild_stage1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_stage1.sh b/build_stage1.sh
index 3565ea6..7c19766 100755
--- a/build_stage1.sh
+++ b/build_stage1.sh
@@ -22,7 +22,7 @@ inetutils bc kmod linux uinit
net-tools libmnl libnfnetlink iptables iproute2
libedit openssh
make mpfr gawk libmpc binutils gcc glibc
-libunwind strace"
+libunwind strace gdb"
for p in $PACKAGES; do
"$SCRIPT_DIR/build_stage1_package.sh" "$p" || exit 1