Skip to content

Commit df0623a

Browse files
committed
ci: Fix cmake/ci/Makefile for bootlin targets
1 parent ea4bdee commit df0623a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

cmake/ci/Makefile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,16 @@ help:
3939
@echo -e "\t${BOLD}clean_<target>_<toolchain_stage>${RESET}: Remove cache and docker image."
4040
@echo
4141
@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)"
4446
@echo -e "\t\t${BOLD}mips32${RESET} (codespace toolchain)"
4547
@echo -e "\t\t${BOLD}mips64${RESET} (codespace toolchain)"
4648
@echo -e "\t\t${BOLD}mips32el${RESET} (codespace toolchain)"
4749
@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)"
4952
@echo -e "\t\t${BOLD}ppc64${RESET} (bootlin toolchain)"
5053
@echo -e "\t\t${BOLD}ppc64le${RESET} (bootlin toolchain)"
5154
@echo -e "\t\t${BOLD}riscv32${RESET} (bootlin toolchain)"
@@ -144,6 +147,9 @@ $(clean_targets_amd64): clean_amd64_%:
144147
## TOOLCHAIN ##
145148
###############
146149
TOOLCHAIN_TARGETS = \
150+
arm armeb \
151+
armv7-eabihf armebv7-eabihf \
152+
arm64 arm64be \
147153
aarch64 aarch64be \
148154
mips32 mips32el mips64 mips64el \
149155
ppc ppc-440fp ppc-e500mc \

0 commit comments

Comments
 (0)