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

📄 makefile

📁 glibc 库, 不仅可以学习使用库函数,还可以学习函数的具体实现,是提高功力的好资料
💻
字号:
# powerpc64/ELF specific definitions.# Need to prevent gcc from using fprs in code used during dynamic linking.CFLAGS-dl-runtime.os = $(no-special-regs)CFLAGS-dl-lookup.os = $(no-special-regs)CFLAGS-dl-misc.os = $(no-special-regs)CFLAGS-rtld-mempcpy.os = $(no-special-regs)CFLAGS-rtld-memmove.os = $(no-special-regs)CFLAGS-rtld-memchr.os = $(no-special-regs)CFLAGS-rtld-strnlen.os = $(no-special-regs)

⌨️ 快捷键说明

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