📄 t-ppc
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -