提交 251b6ecd 编写于 作者: W wenliang

export GCC_TARGET,GCC_VERSION,GCC_TARGET_TAG

上级 ba9bf0a9
......@@ -260,9 +260,9 @@ if [ "$0" != "${BASH_SOURCE[0]}" ] ; then
gcc_version=$(${CC} -v 2>&1 | grep "gcc version" | cut -d " " -f 3)
gcc_target_tag=${gcc_target}-${gcc_version}
GCC_TARGET=${gcc_target}
GCC_VERSION=${gcc_version}
GCC_TARGET_TAG=${gcc_target_tag}
export GCC_TARGET=${gcc_target}
export GCC_VERSION=${gcc_version}
export GCC_TARGET_TAG=${gcc_target_tag}
toolchain_info
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册