Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/xtensa-build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ do
then
PLATFORM="apollolake"
XTENSA_CORE="X4H3I16w2D48w3a_2017_8"
ROOT="$pwd/../xtensa-root/xtensa-bxt-elf"

# test APL compiler aliases and ignore set -e here
type xtensa-bxt-elf-gcc > /dev/null 2>&1 && true
Expand All @@ -105,6 +104,8 @@ do
else
HOST="xtensa-apl-elf"
fi

ROOT="$pwd/../xtensa-root/$HOST"
XTENSA_TOOLS_VERSION="RG-2017.8-linux"
fi
if [ $j == "cnl" ]
Expand Down