Check-in [23aaf64896]
Overview
Comment:Update cross-compilation environment variable descriptions in README.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | exp-venks
Files: files | file ages | folders
SHA1: 23aaf6489661ce0445ff00e8adb4b30d230c5c52
User & Date: venks on 2014-06-05 18:44:35
Other Links: branch diff | manifest | tags
Context
2014-06-05
20:24
Merge cross compilation README changes check-in: 3fc4fa39ec user: venks tags: trunk
18:44
Update cross-compilation environment variable descriptions in README. Closed-Leaf check-in: 23aaf64896 user: venks tags: exp-venks
18:32
Add environment variables description for cross compilation to README check-in: c814d6b5fa user: venks tags: exp-venks
Changes

Modified README from [223643184c] to [8ae30752c4].

146
147
148
149
150
151
152
153
154
155
156
157
158
159
160










161
162
163
164
165
166
167
168
169
170
171

Cross compiling Environment Variables:

	1. CC  
		C compiler   e.g. i686-pc-mingw32-gcc

	2. CXX
		C++ compiler if required could be just set to the
		string "false". e.g. i686-pc-mingw32-g++

	3. AR
		Library creator e.g. i686-pc-mingw32-ar

	4. RANLIB
		Library post processing script e.g. i686-pc-mingw32-ranlib











On Windows we also need this:

	5. RC
		Resource compiler : e.g. i686-pc-mingw32-windres


Kitsh Configure Options:
	1. --enable-kit-storage={zip|mk4|auto}
		Specify which type of storage to use with the Tclkit.  The
		default is to auto-detect.  Auto-detection uses Mk4 if







|
|





|
>
>
>
>
>
>
>
>
>
>



|







146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181

Cross compiling Environment Variables:

	1. CC  
		C compiler   e.g. i686-pc-mingw32-gcc

	2. CXX
		C++ compiler.  Required if you want to use mk4tcl. e.g. i686-pc-mingw32-g++
		If not required, you can set it to the string "false"

	3. AR
		Library creator e.g. i686-pc-mingw32-ar

	4. RANLIB
		Library post processing executable e.g. i686-pc-mingw32-ranlib

	5. STRIP
		Executable name to strip binaries e.g. i686-pc-mingw32-strip

	6. NM
		Executable used to dump names from the objects  e.g. i686-pc-mingw32-nm

	7. CC_FOR_BUILD, HOST_CC 
		Set this to the name of compiler on the host on which
		the cross compilation is being run.

On Windows we also need this:

	1. RC
		Resource compiler : e.g. i686-pc-mingw32-windres


Kitsh Configure Options:
	1. --enable-kit-storage={zip|mk4|auto}
		Specify which type of storage to use with the Tclkit.  The
		default is to auto-detect.  Auto-detection uses Mk4 if