TclPKCS11

Check-in [1dd8b89ef1]
Login

Check-in [1dd8b89ef1]

Overview
Comment:Added mipsel cross compile build script Consolidated Linux cross compile build scripts
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1dd8b89ef11b9544c0bc3ee82bf0577a7c2aa06193ab5b72839b6b222fe6d757
User & Date: rkeene on 2011-06-30 03:34:15.000
Other Links: manifest | tags
Context
2012-03-10
20:46
Switched to using "aclocal" to generate aclocal.m4 check-in: 5bfd2336f5 user: rkeene tags: trunk
2011-06-30
03:34
Added mipsel cross compile build script Consolidated Linux cross compile build scripts check-in: 1dd8b89ef1 user: rkeene tags: trunk
03:19
Added build script for Linux/amd64 check-in: 1e9d358070 user: rkeene tags: trunk
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /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


<
|
|

<
|
<
<
<
<
<
1
2

3
4
5

6





#! /bin/sh


TARGET="x86_64-unknown-linux-gnu"
SHORTTARGET="linuxamd64"


. build/make-cc-common.sh