summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-09-18 20:25:47 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-09-18 21:51:57 -0700
commit61d11f34886e1102631681a462aae4e77e56dc28 (patch)
tree8f3d1a1a37e5dbe0ee6b76f8ce12484085d0988e /Makefile.in
parent14347ea3be189918fef03b766c97391b7ff33cdd (diff)
downloadtmwa-61d11f34886e1102631681a462aae4e77e56dc28.tar.gz
tmwa-61d11f34886e1102631681a462aae4e77e56dc28.tar.bz2
tmwa-61d11f34886e1102631681a462aae4e77e56dc28.tar.xz
tmwa-61d11f34886e1102631681a462aae4e77e56dc28.zip
Update for cross-compilation
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3cf1817..b057328 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -44,6 +44,7 @@ LDLIBS = @LIBS@
CXX = @CXX@
CXXFLAGS = @CXXFLAGS@
GTEST_DIR = @GTEST_DIR@
+GDB = @GDB@
ENABLE_WARNINGS = @ENABLE_WARNINGS@
ENABLE_ABI6 = @ENABLE_ABI6@
@@ -441,7 +442,7 @@ obj/gtest-all.pdc.o: ${GTEST_DIR}/src/gtest-all.cc
$c ${CXX} ${CPPFLAGS} ${CXXFLAGS} -c -o $@ $<
obj/debug-debug/test.pdc.o: override CXXFLAGS += -g -O0 -gdwarf-3
-obj/run-test-debug-debug.stamp: override TESTER=gdb -return-child-result -nx -batch -x ${SRC_DIR}/tools/debug-debug.gdb --args false
+obj/run-test-debug-debug.stamp: override TESTER=${GDB} -return-child-result -nx -batch -x ${SRC_DIR}/tools/debug-debug.gdb --args false
obj/run-test-debug-debug.stamp: tools/debug-debug.gdb
ifeq '$(findstring clang,${CXX})' 'clang'
obj/run-test-debug-debug.stamp: