t-ppc
来自「这是一个linux 嵌入式系统中很重要的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 + -
显示快捷键?