Artifact b6a1ac7b1860254d633f6815bc658e9146cb102f175343be06cbb0112c4b3d2a:
- Executable file build/make-linuxamd64 — part of check-in [1e9d358070] at 2011-06-30 03:19:41 on branch trunk — Added build script for Linux/amd64 (user: rkeene, size: 484) [annotate] [blame] [check-ins using]
#! /bin/sh
make distclean
CC='/home/rkeene/root/cross-compilers/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu-gcc' ./configure --host='x86_64-unknown-linux-gnu' --with-tcl="$(pwd)/build/linuxamd64"
# 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
/home/rkeene/root/cross-compilers/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu-strip -x tclpkcs11.so