aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2016-03-23 08:37:45 -0600
committerRob Savoye <rob.savoye@linaro.org>2016-03-23 08:51:36 -0600
commitc085b4ead2dd8ac928978f2d1b3ca6d26582dd85 (patch)
tree5b41770ae0e135b85b33fb9e5f1102ea7cba1770
parent2700ae15582ebd1cf9f284c9deeaaa72fd34dac4 (diff)
Fix path to win32 python.
Change-Id: I0c69b75146cc0c520dfc990682d4f2f44443bd03
-rw-r--r--config/gdb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gdb.conf b/config/gdb.conf
index 8ff8a114..91fad567 100644
--- a/config/gdb.conf
+++ b/config/gdb.conf
@@ -15,7 +15,7 @@ if test x"${build}" != x"${target}"; then
case ${host} in
*-mingw32*)
# For mingw, we have to specify where our mingw version of python is.
- default_configure_flags="--with-python=${local_snapshots}/python-2.7.4-mingw32 `echo ${default_configure_flags} | sed -e 's:--enable-tui::'` CFLAGS=-I${local_builds}/destdir/${host}/usr/include LDFLAGS=-L${local_builds}/destdir/${host}/usr/lib"
+ default_configure_flags="--with-python=${local_snapshots}/infrastructure/python-2.7.4-mingw32 `echo ${default_configure_flags} | sed -e 's:--enable-tui::'` CFLAGS=-I${local_builds}/destdir/${host}/usr/include LDFLAGS=-L${local_builds}/destdir/${host}/usr/lib"
;;
*linux*)
default_configure_flags="${default_configure_flags} --disable-sim --with-python=yes"