Fix gdb so it works

This commit is contained in:
Eric Andersen 2003-01-21 08:31:09 +00:00
parent e0e8d6e481
commit 15bb59a8fc

View File

@ -23,6 +23,7 @@ $(GDB_DIR)/.configured: $(GDB_DIR)/.unpacked
CC=$(TARGET_CC) \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \