arch.mk
来自「xen虚拟机源代码安装包」· MK 代码 · 共 21 行
MK
21 行
# Build for Big Endian?BIGENDIAN ?= nARCH_CFLAGS := -mfixed-range=f2-f5,f12-f15,f32-f127 -mconstant-gpARCH_CFLAGS += -O2ARCH_ASFLAGS := -x assembler-with-cppARCH_ASFLAGS += -mfixed-range=f2-f5,f12-f15,f32-f127 -fomit-frame-pointerARCH_ASFLAGS += -fno-builtin -fno-common -fno-strict-aliasing -mconstant-gpARCH_LDFLAGS = -warn-common# Next lines are for big endian code !ifeq ($(BIGENDIAN),y)ARCH_CFLAGS += -mbig-endian -Wa,-mbe -Wa,-mlp64ARCH_CFLAGS += -DBIG_ENDIANARCH_ASFLAGS += -Wa,-mbeARCH_ASFLAGS += -DBIG_ENDIANARCH_LDFLAGS = -EB -dendif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?