📄 glibc-2.3.5-mipsel-makefile.patch
字号:
--- glibc-2.3.5/sysdeps/mips/mips32/Makefile 2005-06-28 08:11:09.000000000 +0200+++ glibc-2.3.5-matej/sysdeps/mips/mips32/Makefile 2005-07-06 08:07:15.014653176 +0200@@ -1,3 +1,7 @@+ifeq ($(filter -DBOOTSTRAP_GCC,$(CFLAGS)),) ifeq ($(filter -mabi=32,$(CC)),) CC += -mabi=32 endif+else+CC += -D"_MIPS_SZPTR=32"+endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -