From b64bee3c6dc34039a6aec54b00ef63a7b8d6435e Mon Sep 17 00:00:00 2001 From: Joerg Koenig Date: Sun, 29 Oct 2017 14:30:30 +0100 Subject: Fixed Makefile Change-Id: I6d417df6d654efbd1540de8df4fbadfcf8b1a527 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 572393a..f29178f 100755 --- a/Makefile +++ b/Makefile @@ -267,6 +267,7 @@ lingcc-gdb: rm -Rf $(BUILD_DIR)/lingdb mkdir -p $(BUILD_DIR)/lingdb cd $(BUILD_DIR)/lingdb && \ + export PATH=$(INST_BASE)/gcc-$(VERSION_GCC)/bin:$(PATH) && \ CFLAGS="-g -O2 -static-libgcc" \ CXXFLAGS="-g -O2 -static-libgcc -static-libstdc++ -fpermissive" \ $(UNPACK_DIR)/gdb-$(VERSION_GDB)/configure \ -- cgit v0.12