t-linux

来自「gcc-you can use this code to learn somet」· 代码 · 共 24 行

TXT
24
字号
# Just for these, we omit the frame pointer since it makes such a big# difference.  It is then pointless adding debugging.TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer -fPICLIBGCC2_DEBUG_CFLAGS = -g0# Don't build enquireENQUIRE=LIB1ASMSRC = arm/lib1funcs.asmLIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx# MULTILIB_OPTIONS = mhard-float/msoft-float# MULTILIB_DIRNAMES = hard-float soft-float# If you want to build both APCS variants as multilib options this is how# to do it.# MULTILIB_OPTIONS += mapcs-32/mapcs-26# MULTILIB_DIRNAMES += apcs-32 apcs-26# EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o# LIBGCC = stmp-multilib# INSTALL_LIBGCC = install-multilib

⌨️ 快捷键说明

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