/* $TenDRA: tendra/src/lib/env/common/default,v 1.9 2005/10/30 18:31:58 stefanf Exp $ * default environment for -MACH- * * Aditional platform defines are added to the bottom of this file. You * can find the settings contained within each platform directory named * as default.extra */ /* Binaries * Most of these are set in each respective default.extra file * on a per-platform basis */ +BIN_TIME "/usr/bin/time" /* TenDRA specific settings * TENDRA_BASEDIR is set on the command line (-y), it can also be taken * from the running environment. */ +TENDRA_MACHDIR "/lib/machines" +TENDRA_BINDIR "/bin" +TENDRA_ENVDIR "/env" +TENDRA_LIBDIR "/lib" +TENDRA_INCLDIR "/include" +TENDRA_STARTUPDIR "/lib/startup" +TENDRA_TMPDIR "/tmp" +TDFC "/tdfc2" +TDFCPP "/tdfc2 -E" +SPEC_LINK "/tdfc2 -S" +TCPPLUS "/tcpplus" +TCPPLUSPP "/tcpplus -E" +CPP_SPEC_LINK "/tcpplus -S" +TLD "/tld" +TRANS "/trans" +DISP "/disp" +PL_TDF "/pl" +TNC "/tnc" +DUMP_ANAL "/dump_lint" +DUMP_LINK "/dump_linker" +DYN_LINK "/sys/dyninit" +MODES_DIR "/Modes" +MODES_CPP_DIR "/Modes.cpp" +INCL "-Nansi:/ansi.api" +STARTUP_DIR "-I/Bounds.ansi -I/Modes" +STARTUP "-f/Xc" +STARTUP_CPP_DIR "-I/Bounds.ansi -I/Modes.cpp" +STARTUP_CPP "-f/Xc" +PORTABILITY "/Bounds.ansi/default.pf" +LINK "-L" +LIB "-lansi" +SYS_LIB "" +SYS_LIBC "-lc" +LINK_ENTRY "" +API_NAME "-Aansi" +API "-R/ansi.d" +ENVDIR "" +INFO "ANSI@(X3.159)" +TEMP "" +VERSION "" /* default.extra will get added below. */ /* * $TenDRA: tendra/src/lib/env/freebsd/common/80x86/default.extra,v 1.5 2003/09/25 12:47:26 stefanf Exp $ */ /* Binaries */ +BIN_AS "/usr/bin/as" +BIN_LD "/usr/bin/ld" +BIN_CC "/usr/bin/cc" /* Libraries */ +LIB_CRT0 "" +LIB_CRT1 "/usr/lib/crt1.o" +LIB_GCRT0 "" +LIB_CRTI "/usr/lib/crti.o" +LIB_CRTN "/usr/lib/crtn.o" +MACHINE "freebsd-*-80x86" +AS "" +LD " -e _start -dc -dp" +CC "" +CRT0 "" +CRT1 "" +CRTI "" +CRTN ""