修复Archlinux下的bootstrap脚本问题, (#552)

* 修复Archlinux下的bootstrap脚本问题,

由于archlinux 的 texinfo版本太新导致的gcc docs构建失败
使用 MAKEINFO=true 的make环境变量跳过gcc docs构建,绕过问题


---------

Co-authored-by: longjin <longjin@dragonos.org>
This commit is contained in:
栗子
2024-03-09 21:20:12 +08:00
committed by GitHub
parent 3055390c25
commit 4f8f484930
2 changed files with 6 additions and 6 deletions

2
env.mk
View File

@ -50,4 +50,4 @@ endif
ifeq ($(DEBUG), DEBUG)
GLOBAL_CFLAGS += -g
endif
endif