Skip to content

Commit

Permalink
platform: mediatek: remove mt8196 form DEFAULT_PLATFORMS
Browse files Browse the repository at this point in the history
remove mt8196 from DEFAULT_PLATFORMS for GCC build fail

Signed-off-by: hailong.fan <[email protected]>
  • Loading branch information
hailongfan-mtk committed Jan 14, 2025
1 parent c202a66 commit 6e1d83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/xtensa-build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ set -e
DEFAULT_PLATFORMS=(
imx8m
rn rmb vangogh
mt8186 mt8195 mt8188 mt8196
mt8186 mt8195 mt8188
)

# Work in progress can be added to this "staging area" without breaking
# the -a option for everyone.
SUPPORTED_PLATFORMS=( "${DEFAULT_PLATFORMS[@]}" )

# Container work is in progress
SUPPORTED_PLATFORMS+=( acp_6_3 acp_7_0 )
SUPPORTED_PLATFORMS+=( acp_6_3 acp_7_0 mt8196)

BUILD_ROM=no
BUILD_DEBUG=no
Expand Down

0 comments on commit 6e1d83b

Please sign in to comment.