diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-21 08:31:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-21 08:31:09 +0000 |
commit | 15bb59a8fc5ed882f7029141c8e7bfe4e196565a (patch) | |
tree | 1f4556d63014549994663641bdea16bf4d180b6f /make/gdb.mk | |
parent | e0e8d6e4819031473fd4e6666c64d02e5d47a126 (diff) | |
download | buildroot-novena-15bb59a8fc5ed882f7029141c8e7bfe4e196565a.tar.gz buildroot-novena-15bb59a8fc5ed882f7029141c8e7bfe4e196565a.zip |
Fix gdb so it works
Diffstat (limited to 'make/gdb.mk')
-rw-r--r-- | make/gdb.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/gdb.mk b/make/gdb.mk index d4e304fd6..851c3ddbb 100644 --- a/make/gdb.mk +++ b/make/gdb.mk @@ -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 \ |