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

📄 sed.general

📁 OTP是开放电信平台的简称
💻 GENERAL
字号:
## Copyright (C) 1997, Ericsson Telecommunications# Author: Patrik Winroth## This sed program file is intended to be used when creating Makefiles# for vxworks from the generic Makefile.in that is found in a number# of directories (see configure.vxworks).## This is the general part that is common for all architectures.## Size of data types.s|^#undef SIZEOF_CHAR|#define SIZEOF_CHAR 1|s|^#undef SIZEOF_SHORT|#define SIZEOF_SHORT 2|s|^#undef SIZEOF_INT|#define SIZEOF_INT 4|s|^#undef SIZEOF_LONG_LONG|#define SIZEOF_LONG_LONG 8|s|^#undef SIZEOF_LONG$|#define SIZEOF_LONG 4|# General stuff.s|@erts_rootdir@|/clearcase/otp/erts|s|@LIBOBJS@|$(OBJDIR)/elib_malloc.o|s|@DLOAD_LIB@||s|@LDFLAGS@||# FIXME: A bit strange to clear out remaining DED_*s|@DED_LDFLAGS@||s|@DED_CFLAGS@||s|@STATIC_CFLAGS@||s|@GCCLIB@|libgcc.a|s|@DEFS@||s|@DEXPORT@||s|@DCFLAGS@||s|@THR_DEFS@||s|@THR_LIBS@||s|@THR_LIB_NAME@||s|@THR_X_LIBS@||s|@ETHR_X_LIBS@||s|@ETHR_LIBS@||s|@ETHR_LIB_NAME@||s|@ETHR_DEFS@||s|@ETHR_THR_LIB_BASE@||s|@EMU_THR_DEFS@||s|@EMU_THR_LIBS@||s|@EMU_THR_LIB_NAME@|ethread|s|@ERTS_ENABLE_KERNEL_POLL@|no|s|@cc_root@|/clearcase/otp/|# Define VxWorks even though cross-compiling. s|@HCFLAGS@|-DVXWORKS|s|@HCLIBS@||s|@ENABLE_ALLOC_TYPE_VARS@||s|@TERMCAP_LIB@||s|@ERTS_BUILD_SMP_EMU@|no|s|@ERTS_BUILD_HYBRID_EMU@|no|s|@HAVE_VALGRIND@|no|s|@EXEEXT@||s|@WITH_SCTP@||# HiPEs|@HIPE_ENABLED@||s|@PERFCTR_PATH@||s|@USE_PERFCTR@||# m4s|@OPSYS@|noopsys|# Conditional inclusion of applicationss|@HIPE_APP@||s|@SSL_APP@|ssl|s|@CRYPTO_APP@|crypto|s|@SSH_APP@|ssh|# The target tools prefix, prepended to all cc,ld,as etc commandss|@TTPREFIX@|GCC_EXEC_PREFIX=@WIND_BASE@/host/@HOST_TYPE@/lib/gcc-lib/ @WIND_BASE@/host/@HOST_TYPE@/bin/|# Install programs etcs|@PERL@|perl|s|@INSTALL@|/usr/ucb/install -c|s|@INSTALL_PROGRAM@|${INSTALL}|s|@INSTALL_SCRIPT@|${INSTALL}|s|@INSTALL_DATA@|${INSTALL} -m 644|s|@INSTALL_DIR@|$(INSTALL) -d|s|@RM@|/bin/rm|s|@MKDIR@|/bin/mkdir|s|@ERLANG_OSTYPE@|vxworks|s|@vxworks_reclaim@|reclaim.h|s|@os_mon_programs@||s|@erlexec@|erl.exec|s|@EMU_LIBOBJS@||# General CFLAGSs|@GENERAL_CFLAGS@|-DHAVE_LOCALTIME_R -DHAVE_GMTIME_R -DENABLE_ELIB_MALLOC -DELIB_HEAP_USER -DELIB_SORTED_BLOCKS -DWORDS_BIGENDIAN -DELIB_DONT_INITIALIZE -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_VOID_P=4|gs|@WFLAGS@||# Thread flags for eidefs.mk (erl_interface)s|@EI_THREADS@|false|# Make java code compile although we don't test it on VxWorks (no license)s|@JAVAC@|javac|# What is this anyway?# Disable it and see what breaks.#s|@ded_soname@||# Only variable substituted directlys|$(LDFLAGS)|-r -d|s|@LIBRT@||# XXX What is EFFLAGS? Not used in the emulator Makefile.in anyway.s|$(EFLAGS)|-DENABLE_ELIB_MALLOC -DELIB_HEAP_USER -DELIB_SORTED_BLOCKS|

⌨️ 快捷键说明

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