diff options
Diffstat (limited to 'toolchain/gdb/Makefile')
-rw-r--r-- | toolchain/gdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index 44cef0432..f2cd417fe 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -23,6 +23,7 @@ $(WRKBUILD)/.configured: mkdir -p $(GDB_BUILD_DIR) (cd $(GDB_BUILD_DIR); PATH='$(HOST_PATH)' \ gdb_cv_func_sigsetjmp=yes \ + M4='${STAGING_HOST_DIR}/usr/bin/m4' \ $(WRKBUILD)/configure \ --prefix=$(STAGING_HOST_DIR) \ --build=$(GNU_HOST_NAME) \ |