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

📄 makefile

📁 Glibc 2.3.2源代码(解压后有100多M)
💻
字号:
# Powerpc64 specific build options.# this is ./sysdeps/powerpc/powerpc64/Makefile+cflags += -Wa,-mppc64 -mpowerpc64asm-CPPFLAGS += -Wa,-mppc64# Each TOC entry takes 8 bytes and the TOC holds up to 2^16 bytes,# or 8192 entries.# If -fpic is not specified, the latest gcc-3.2.1 now generates# different code for call stubs (without the TOC reload).# Shared objects need the TOC reload so specify -fpic.ifeq (yes,$(build-shared))pic-ccflag = -fpicendififeq ($(subdir),csu)ifneq ($(elf),no)# The initfini generation code doesn't work in the presence of -g1 or# higher, so we use -g0.CFLAGS-initfini.s = -g0 -fpic -O1endifendififeq ($(subdir),elf)# help gcc inline asm code from dl-machine.h+cflags += --param max-inline-insns=2000endif

⌨️ 快捷键说明

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