⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 sm86xx rootfs来源包括补丁( GPL )的
💻 IN
字号:
# gcc has a bunch of options that need to be shared with# both gcc-uclibc-2.95.mk and gcc-uclibc-3.x.mk, and are# use by other packages...  So include them in this file# and arrange to include it soon after invoking make from# the top level.GCC_VERSION:=$(strip $(subst ",, $(BR2_GCC_VERSION)))#"))GCC_USE_SJLJ_EXCEPTIONS:=$(strip $(subst ",, $(BR2_GCC_USE_SJLJ_EXCEPTIONS)))#"))TARGET_OPTIMIZATION:=$(strip $(subst ",, $(BR2_TARGET_OPTIMIZATION)))#"))EXTRA_GCC_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_GCC_CONFIG_OPTIONS)))#"))ifeq ($(BR2_SOFT_FLOAT),y)# gcc 3.4.x soft float configuration is different than previous versions.ifeq ($(findstring 3.4.,$(GCC_VERSION)),3.4.)SOFT_FLOAT_CONFIG_OPTION:=--with-float=softelseifeq ($(findstring x4.,x$(GCC_VERSION)),x4.)SOFT_FLOAT_CONFIG_OPTION:=--with-float=softelseSOFT_FLOAT_CONFIG_OPTION:=--without-floatendifendifTARGET_SOFT_FLOAT:=-msoft-floatARCH_FPU_SUFFIX:=_nofpuelseSOFT_FLOAT_CONFIG_OPTION:=TARGET_SOFT_FLOAT:=ARCH_FPU_SUFFIX:=endififeq ($(strip $(BR2_PACKAGE_GCC_TARGET)),y)TARGETS+=gcc_targetendif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -