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

📄 t-vms

📁 linux下的gcc编译器
💻
字号:
LIB2FUNCS_EXTRA = $(srcdir)/config/alpha/vms_tramp.asm# VMS_EXTRA_PARTS is defined in x-vms and represent object files that# are only needed for VMS targets, but can only be compiled on a VMS host# (because they need DEC C).EXTRA_PARTS = vms-dwarf2.o vms-dwarf2eh.o $(VMS_EXTRA_PARTS)# This object must be linked with in order to make the executable debuggable.# vms-ld handles it automatically when passed -g.vms-dwarf2.o : $(srcdir)/config/alpha/vms-dwarf2.asm	gcc -c -x assembler $< -o $@vms-dwarf2eh.o : $(srcdir)/config/alpha/vms-dwarf2eh.asm	gcc -c -x assembler $< -o $@# Assemble startup files.vcrt0.o: $(CRT0_S) $(GCC_PASSES)	decc -c /names=as_is $(srcdir)/config/alpha/vms-crt0.c -o vcrt0.opcrt0.o: $(CRT0_S) $(GCC_PASSES)	decc -c /names=as_is $(srcdir)/config/alpha/vms-psxcrt0.c -o pcrt0.oMULTILIB_OPTIONS = mcpu=ev6MULTILIB_DIRNAMES = ev6LIBGCC = stmp-multilibINSTALL_LIBGCC = install-multilib

⌨️ 快捷键说明

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