summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoerg Koenig <jck@techsat.com>2017-10-29 13:30:30 (GMT)
committerJoerg Koenig <jck@techsat.com>2017-10-29 13:30:30 (GMT)
commitb64bee3c6dc34039a6aec54b00ef63a7b8d6435e (patch)
treedc677798c7c3029fcc1596701cfb285f6ddeff92 /Makefile
parent41f46c92df84f9b938d43beaa2b0e29a7105fa0f (diff)
downloadgcc-compiler-suite-b64bee3c6dc34039a6aec54b00ef63a7b8d6435e.zip
gcc-compiler-suite-b64bee3c6dc34039a6aec54b00ef63a7b8d6435e.tar.gz
gcc-compiler-suite-b64bee3c6dc34039a6aec54b00ef63a7b8d6435e.tar.bz2
Change-Id: I6d417df6d654efbd1540de8df4fbadfcf8b1a527
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
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 \