From 4f2725809e0b9b6cee94cb569c1878f48ab52a15 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 23 Jan 2018 10:39:13 +0100 Subject: [PATCH] software/common: revert PYTHON to python3 (since breaking things) --- litex/soc/software/common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/soc/software/common.mak b/litex/soc/software/common.mak index 82cb37c0c..11e8fc385 100644 --- a/litex/soc/software/common.mak +++ b/litex/soc/software/common.mak @@ -1,7 +1,7 @@ TARGET_PREFIX=$(TRIPLE)- RM ?= rm -f -PYTHON ?= python +PYTHON ?= python3 ifeq ($(CLANG),1) CC_normal := clang -target $(TRIPLE) -integrated-as