t-linux64

来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· 代码 · 共 13 行

TXT
13
字号
#Plug millicode routines into libgcc.a  We want these on both native and#cross compiles.LIB1ASMFUNCS =  _divI _divU _remI _remU _div_const _mulILIB1ASMSRC = pa/milli64.S# Compile crtbeginS.o and crtendS.o as PIC.# Actually, hppa64 is always PIC but adding -fPIC does no harm.CRTSTUFF_T_CFLAGS_S = -fPIC# Compile libgcc2.a as PIC.TARGET_LIBGCC2_CFLAGS = -fPIC -Dpa64=1 -DELF=1

⌨️ 快捷键说明

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