t-ppc
来自「gcc编译工具没有什么特别」· 代码 · 共 13 行
TXT
13 行
# PowerPC support without gas# Build libgcc.a with different options. If no gas support, don't build# explicit little endian or big endian libraries, since it depends on the# -mbig/-mlittle switches passed to gas. The -mrelocatable support also needs# -mrelocatable passed to gas, so don't use it either.MULTILIB_OPTIONS = msoft-floatMULTILIB_DIRNAMES = nofMULTILIB_EXCEPTIONS =MULTILIB_EXTRA_OPTS = mstrict-alignMULTILIB_MATCHES = ${MULTILIB_MATCHES_FLOAT}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?