⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 x-dpx2

📁 gcc-2.95.3 Linux下最常用的C编译器
💻
字号:
# need this when using ccALLOCA = alloca.o# avoid lossage assembling alloca.ALLOCA_FLAGS=-SALLOCA_FINISH = $(AS) -o alloca.o alloca.s# be sure not to confuse ./as with /bin/asAS=`if [ x$(OLDCC) = x$(CC) ] ; then echo /bin/as; else echo $(GAS); fi`GAS = gas## as of gcc-2.2.1 gcc -g produces too many .stabd's for /bin/ld# to link cc1plus, so use -g with /bin/cc, but -O with gccCFLAGS=`if [ x$(OLDCC) = x$(CC) ] ; then echo -g; else echo -O; fi`#CLIB=-lmalloc -lld -lm# tell CC whether we are a 200 or 300X_CFLAGS=-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BULL_SOURCE -D__DPX2__ `if [ -d /makesys/kernel/cf/ncl_mr ]; then echo -Dncl_mr=1; else echo -Dncl_el; fi`

⌨️ 快捷键说明

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