Artifact bc096b4692469ca7068a0c2570ea0d92903267db54b42d71156aa0fee25d9afc:
- File build/make-cc-common.sh — part of check-in [1dd8b89ef1] at 2011-06-30 03:34:15 on branch trunk — Added mipsel cross compile build script Consolidated Linux cross compile build scripts (user: rkeene, size: 410) [annotate] [blame] [check-ins using]
#! /bin/sh make distclean CCROOT="/home/rkeene/root/cross-compilers" CC="${CCROOT}/${TARGET}/bin/${TARGET}-gcc" ./configure --host="${TARGET}" --with-tcl="$(pwd)/build/${SHORTTARGET}" # Replace version with the version . build/makearch.info sed "s/@@VERS@@/${VERS}/g" Makefile > Makefile.new && cat Makefile.new > Makefile rm -f Makefile.new gmake "${CCROOT}/${TARGET}/bin/${TARGET}-strip" -x tclpkcs11.so