From: Sebastien Bourdeauducq Date: Sun, 10 Nov 2013 10:29:27 +0000 (+0100) Subject: common.mak: specify python3 X-Git-Tag: 24jan2021_ls180~2820 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4db7d1c7fdb6a880156c0b63bda8398bf591841;p=litex.git common.mak: specify python3 --- diff --git a/software/common.mak b/software/common.mak index 499e593d..e58173f9 100644 --- a/software/common.mak +++ b/software/common.mak @@ -18,7 +18,7 @@ LD_quiet = @echo " LD " $@ && $(TARGET_PREFIX)ld OBJCOPY_quiet = @echo " OBJCOPY " $@ && $(TARGET_PREFIX)objcopy RANLIB_quiet = @echo " RANLIB " $@ && $(TARGET_PREFIX)ranlib -GIT_ID:=$(shell echo -e "from misoclib.identifier.git import get_id\nprint(hex(get_id()), end='')" | python) +GIT_ID:=$(shell echo -e "from misoclib.identifier.git import get_id\nprint(hex(get_id()), end='')" | python3) ifeq ($(V),1) CC = $(CC_normal)