t-ppcos

来自「GCC编译器源代码」· 代码 · 共 13 行

TXT
13
字号
# Target config file for a System V based system (Solaris, GNU/Linux, Netbsd)# with gas.# Build libgcc.a with different options.  With gas, build pic libraries# as well no floating pointMULTILIB_OPTIONS	= msoft-float fPICMULTILIB_DIRNAMES	= nof picMULTILIB_EXCEPTIONS	=MULTILIB_MATCHES	= ${MULTILIB_MATCHES_FLOAT} \			  fPIC=mrelocatable-lib \			  fPIC=mrelocatable \			  fPIC=fpic

⌨️ 快捷键说明

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