Artifact 02da656833be0ba14ce2982a0180034aa4bbf6b8:
- Executable file build-dyn.sh — part of check-in [71648d46bb] at 2012-08-05 21:38:27 on branch trunk — Brought system to basic bootable state (early-boot) (user: rkeene, size: 473) [annotate] [blame] [check-ins using]
# /bin/bash # Perform common build options . build-common.sh # Compile using the same options as Tcl TCLCONFIGSH="$(find /usr/lib /usr/local/lib /lib -name tclConfig.sh -print -quit)" . "${TCLCONFIGSH}" echo "${TCL_CC} -Wall -DUSE_TCL_STUBS=1 ${TCL_DEFS} ${TCL_INCLUDE_SPEC} ${TCL_STUB_LIB_SPEC} -shared -rdynamic -o system.so system.c" eval ${TCL_CC} -Wall -DUSE_TCL_STUBS=1 ${TCL_DEFS} ${TCL_INCLUDE_SPEC} ${TCL_STUB_LIB_SPEC} -shared -rdynamic -o system.so system.c