software/common: revert PYTHON to python3 (since breaking things)

This commit is contained in:
Florent Kermarrec 2018-01-23 10:39:13 +01:00
parent 4e168221d8
commit 4f2725809e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
TARGET_PREFIX=$(TRIPLE)- TARGET_PREFIX=$(TRIPLE)-
RM ?= rm -f RM ?= rm -f
PYTHON ?= python PYTHON ?= python3
ifeq ($(CLANG),1) ifeq ($(CLANG),1)
CC_normal := clang -target $(TRIPLE) -integrated-as CC_normal := clang -target $(TRIPLE) -integrated-as