Ai
1 Star 0 Fork 0

苏木/u-boot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gcc-stack-usage.sh 310 Bytes
一键复制 编辑 原始数据 按行查看 历史
苏木 提交于 2024-11-02 14:10 +08:00 . 更新NXP官方uboot版本(2016.03-->2019.04)
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0+
# Test for gcc '-fstack-usage' support
# Copyright (C) 2013, Masahiro Yamada <yamada.m@jp.panasonic.com>
#
TMP="$$"
cat <<END | $@ -Werror -fstack-usage -x c - -c -o $TMP >/dev/null 2>&1 \
&& echo "y"
int main(void)
{
return 0;
}
END
rm -f $TMP $TMP.su
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sumumm/u-boot.git
git@gitee.com:sumumm/u-boot.git
sumumm
u-boot
u-boot
master

搜索帮助