Index: README ================================================================== --- README +++ README @@ -34,13 +34,14 @@ ii. $ mv tclkit-8.4.19 tclkit-local iii. $ TCLKIT="`pwd`/tclkit-local" iv. $ export TCLKIT b. Cross-compile: i. $ CC=mipsel-linux-uclibc-gcc - ii. $ AR=mipsel-linux-uclibc-ar - iii. $ RANLIB=mipsel-linux-uclibc-ranlib - iv. $ export CC AR RANLIB + ii. $ CXX=false + iii. $ AR=mipsel-linux-uclibc-ar + iv. $ RANLIB=mipsel-linux-uclibc-ranlib + v. $ export CC CXX AR RANLIB v. $ ./kitcreator --host=mipsel-linux-uclibc 6. Compile a 64-bit Tclkit 8.5.8 using SunStudio 12.1 on Solaris/x86: a. $ CC='/opt/sunstudio12.1/bin/cc -m64' b. $ CXX='/opt/sunstudio12.1/bin/CC -m64' Index: build/makearch.info ================================================================== --- build/makearch.info +++ build/makearch.info @@ -14,11 +14,11 @@ # each time a "makearch" is done. # # If @@SVNLCR@@ is used anywhere in this version number, it will be # replaced with the highest last-changed-rev from the output of # svn info -R (or 0) -VERS="0.0.7.@@SVNLCR@@" +VERS="0.0.8.@@SVNLCR@@" # Space sperated list of documents, if they exist, they will be # prefixed with the contents of the DOC_HDR file and substitution # will occur: # @@UTIL@@ becomes the utility name ${UTIL}