Skip to content

Commit 6e3c4c0

Browse files
authored
Merge pull request #32 from uyjulian/without_python
workaround: build gdb without python
2 parents 3b5c3e8 + d1378a6 commit 6e3c4c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/001-binutils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ for TARGET in "mipsel-ps2-irx" "mipsel-none-elf"; do
6868
--disable-separate-code \
6969
--disable-sim \
7070
--disable-nls \
71+
--with-python=no \
7172
$TARG_XTRA_OPTS
7273
7374
## Compile and install.

0 commit comments

Comments
 (0)