projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2a1a73
)
media/Makefile: switch to explicit LE toolchain
author
Dmitry Selyutin
<ghostmansd@gmail.com>
Wed, 8 Jun 2022 17:53:49 +0000
(17:53 +0000)
committer
Dmitry Selyutin
<ghostmansd@gmail.com>
Wed, 8 Jun 2022 17:53:49 +0000
(17:53 +0000)
media/Makefile
patch
|
blob
|
history
diff --git
a/media/Makefile
b/media/Makefile
index 4dd904b6ba48f3fcae3b1ab04e1b0479e460abd4..d2694e267e3b3820b881c9d0ffb79d4f21ae6cb5 100644
(file)
--- a/
media/Makefile
+++ b/
media/Makefile
@@
-1,6
+1,6
@@
.PHONY: all wget tests
-CROSS ?= powerpc64-linux-gnu-
+CROSS ?= powerpc64
le
-linux-gnu-
AS = $(CROSS)as
LD = $(CROSS)ld
OBJCOPY = $(CROSS)objcopy