Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
fukiame committed Oct 29, 2023
1 parent 7db37a4 commit 59c7dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/Eva-GCC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ case $1 in
OBJCOPY=aarch64-elf-objcopy \
CC=aarch64-elf-gcc \
2>&1 | tee ${CUR_TOOLCHAIN}.log
gcc -v >> ${CUR_TOOLCHAIN}.log
sh ${outside}/ver_toolchain.sh gcc ld >> ${CUR_TOOLCHAIN}.log
;;
esac

0 comments on commit 59c7dc8

Please sign in to comment.