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

📄 defs.g++

📁 vxworks的源代码
💻 G++
字号:
# defs.g++## modification history# --------------------# 01f,03jun03,sn   cleaned up GCC 3.x support# 01e,04mar03,dtr  Adding support for GNU3.3 compiler. # 01d,21may02,sn   Rename OBJS_$(TOOLENV) to OBJS_CPLUS_$(TOOLENV) to avoid clash#                  with ../../common/Makefile# 01c,20may02,sn   Add arch specific OBJS lists# 01b,04dec01,s_l  Remove mips from the list of arches using  frame.o# 01a,24oct01,sn   wrote## DESCRIPTION# This file contains the definitions used by libgcc/Makefile and libg++/MakefileOBJS_CPLUS_BASIC	= __dummy.o _eh.o exception.o new.o opdel.o \			  opdelnt.o opvdel.o opvdelnt.o opnew.o opnewnt.o \			  opvnew.o opvnewnt.o tinfo.o tinfo2.oOBJS_CPLUS_BASIC_3	= del_op.o del_opnt.o del_opv.o del_opvnt.o \			  eh_alloc.o eh_aux_runtime.o eh_catch.o eh_exception.o \			  eh_globals.o eh_personality.o eh_terminate.o eh_throw.o \			  eh_type.o guard.o new_handler.o new_op.o new_opnt.o \			  new_opv.o new_opvnt.o pure.o tinfo.o tinfo2.o vec.o # frame.o is part of the C++ exception handling system on some targets# tramp.o is not really C++; it's needed for nested function support.# We don't include it along with the C intrinsics for scalability;# tramp.o references 'abort', which pulls in the signal library.# xp-bit.o just contains dummy definitions of long double support# routines needed by libio/libstdc++; the dummy definitions just# call 'abort'.OBJS_CPLUS_68k 		= frame.oOBJS_CPLUS_ppc		= frame.o tramp.oOBJS_CPLUS_ppc_3	=OBJS_CPLUS_pentium 	= frame.o xp-bit.oOBJS_CPLUS_sparc 	= frame.oOBJS_CPLUS_mips 	= frame-dwarf2.oOBJS_CPLUS_simpc 	= frame.oOBJS_CPLUS_simso 	= frame.oOBJS_CPLUS              = $(OBJS_CPLUS_BASIC$(GNU_VERSION)) \                          $(OBJS_CPLUS_$(TOOLENV)$(GNU_VERSION))X_OBJS_CPLUS_3		= cxa_demangle.o dyn-string.o# is there any good reason to exclude valarray??X_OBJS_CPLUS		= iopopen.o pfstream.o procbuf.o strerror.o strncmp.o \                          valarray.o vfork.o waitpid.oEXCLUDE_OBJS_CPLUS      = $(X_OBJS_CPLUS$(GNU_VERSION))

⌨️ 快捷键说明

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