@@ -39,13 +39,16 @@ help:
39
39
@echo -e " \t${BOLD} clean_<target>_<toolchain_stage>${RESET} : Remove cache and docker image."
40
40
@echo
41
41
@echo -e " \tWith ${BOLD} <target>${RESET} :"
42
- @echo -e " \t\t${BOLD} aarch64${RESET} (bootlin toolchain)"
43
- @echo -e " \t\t${BOLD} aarch64be${RESET} (bootlin toolchain)"
42
+ @echo -e " \t\t${BOLD} armv7-eabihf(arm)${RESET} (bootlin toolchain)"
43
+ @echo -e " \t\t${BOLD} armebv7-eabihf(armeb)${RESET} (bootlin toolchain)"
44
+ @echo -e " \t\t${BOLD} aarch64(arm64)${RESET} (bootlin toolchain)"
45
+ @echo -e " \t\t${BOLD} aarch64be(arm64be)${RESET} (bootlin toolchain)"
44
46
@echo -e " \t\t${BOLD} mips32${RESET} (codespace toolchain)"
45
47
@echo -e " \t\t${BOLD} mips64${RESET} (codespace toolchain)"
46
48
@echo -e " \t\t${BOLD} mips32el${RESET} (codespace toolchain)"
47
49
@echo -e " \t\t${BOLD} mips64el${RESET} (codespace toolchain)"
48
- @echo -e " \t\t${BOLD} ppc${RESET} (bootlin toolchain)"
50
+ @echo -e " \t\t${BOLD} ppc-440fp(ppc)${RESET} (bootlin toolchain)"
51
+ @echo -e " \t\t${BOLD} ppc-e500mc${RESET} (bootlin toolchain)"
49
52
@echo -e " \t\t${BOLD} ppc64${RESET} (bootlin toolchain)"
50
53
@echo -e " \t\t${BOLD} ppc64le${RESET} (bootlin toolchain)"
51
54
@echo -e " \t\t${BOLD} riscv32${RESET} (bootlin toolchain)"
@@ -144,6 +147,9 @@ $(clean_targets_amd64): clean_amd64_%:
144
147
# # TOOLCHAIN ##
145
148
# ##############
146
149
TOOLCHAIN_TARGETS = \
150
+ arm armeb \
151
+ armv7-eabihf armebv7-eabihf \
152
+ arm64 arm64be \
147
153
aarch64 aarch64be \
148
154
mips32 mips32el mips64 mips64el \
149
155
ppc ppc-440fp ppc-e500mc \
0 commit comments