📄 rules.gnu
字号:
# rules.gnu - rules for extracting objects from GNU libraries## modification history# --------------------# 01b,06nov01,sn define OBJ_PREFIX# 01a,15oct01,sn wrote## DESCRIPTION# Generic rules for extracting objects from GNU libraries.# Subdirectory Makefiles for specific libraries should# set GNULIBDIR and GNULIBRARY and include this file.# # Ask the compiler driver for the version (e.g. gcc-2.6) and# machine (e.g. powerpc-wrs-vxworksae). This info may# be used by subdirectory Makefiles to compute GNULIBDIR.CC_VERSION = $(shell $(CC) -dumpversion)CC_MACHINE = $(shell $(CC) -dumpmachine)MULTISUBDIR = $(CPU)$(TOOL)TOOL_LIB = $(GNULIBDIR)/$(MULTISUBDIR)/$(GNULIBRARY)OBJ_PREFIX = _x_gnu_include $(TGT_DIR)/src/tool/rules.tool
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -