mconfig
来自「klibc精简化的c程序库」· 代码 · 共 17 行
TXT
17 行
# -*- makefile -*-## arch/alpha/MCONFIG## Build configuration for this architecture#KLIBCOPTFLAGS += -OsKLIBCBITSIZE = 64# Extra linkflags when building the shared version of the library# This address needs to be reachable using normal inter-module# calls, and work on the memory models for this architecture# 7 GB - normal binaries start at 4.5 GB, and the stack is below# the binary.KLIBCSHAREDFLAGS = -Ttext 0x1c0000200
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?