software/common: revert PYTHON to python3 (since breaking things)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 23 Jan 2018 09:39:13 +0000 (10:39 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 23 Jan 2018 09:39:13 +0000 (10:39 +0100)
litex/soc/software/common.mak

index 82cb37c0c3c7f4a9bd498b908afccbd3351c456a..11e8fc3855e2cf853bc622ea2946edfd4308fd53 100644 (file)
@@ -1,7 +1,7 @@
 TARGET_PREFIX=$(TRIPLE)-
 
 RM ?= rm -f
-PYTHON ?= python
+PYTHON ?= python3
 
 ifeq ($(CLANG),1)
 CC_normal      := clang -target $(TRIPLE) -integrated-as