代码拉取完成,页面将自动刷新
同步操作将从 泰晓科技/Linux Lab 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# global lab config, after board's .labinit, .labconfig, Makefile, .labcustom and .labfini
# it can use the board specific variables, to custom for all boards, please add one .labcustom
# FIXME: Workaround make tool update after commit: 31110ebbec8688c6e9597b641101afc94e1c762a
# make-3.81 may be not available in the future, download and install it as /usr/bin/make-3.81
# http://cn.archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_3.81-8.2ubuntu3_amd64.deb
# It is able to use $(MAKE) directly without the requirement of update-alternative, although
# we already support that method, the 'update-alternative' method may change the whole setting, which is not our requirement.
MAKE := make
MAKE[LINUX_$(call _any,LINUX,<=,v2.6.29)] := make-3.81
ifeq ($(wildcard /usr/bin/make-3.81),)
PKGS[LINUX_$(call _any,LINUX,<=,v2.6.29)] := make;http://cn.archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_3.81-8.2ubuntu3_amd64.deb;3.81
endif
# gcc 4.3 must work with 2.24 binutils (ld), otherwise, the kernel compiled not boot
# LS is a predefined variable, use LDT (ld tool) instead here
ifeq ($(CCORI),internal)
ifeq ($(ARCH),arm)
LDT := 2.34
LDT[GCC_4.3] ?= 2.24
endif
endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。