From: Dmitry Selyutin Date: Wed, 8 Jun 2022 17:53:49 +0000 (+0000) Subject: media/Makefile: switch to explicit LE toolchain X-Git-Tag: sv_maxu_works-initial~393 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9d4d964e2389ff70c087c1fa52cabdd08c65102;p=openpower-isa.git media/Makefile: switch to explicit LE toolchain --- diff --git a/media/Makefile b/media/Makefile index 4dd904b6..d2694e26 100644 --- a/media/Makefile +++ b/media/Makefile @@ -1,6 +1,6 @@ .PHONY: all wget tests -CROSS ?= powerpc64-linux-gnu- +CROSS ?= powerpc64le-linux-gnu- AS = $(CROSS)as LD = $(CROSS)ld OBJCOPY = $(CROSS)objcopy