Skip to content

Commit feab687

Browse files
committed
Binutils enable python.
1 parent aee6643 commit feab687

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ binutils-build: $(binutils_src)
125125
--prefix=$(binutils_dest) \
126126
--disable-werror \
127127
--enable-debug \
128-
--without-guile
128+
--without-guile \
129+
--enable-python
129130
$(MAKE) -C $(binutils_build)
130131
$(MAKE) -C $(binutils_build) install
131132
$(binutils_dest)/bin/$(target)-gdb: binutils-build

0 commit comments

Comments
 (0)