summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/gdb.mk1
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 \