Check-in [d491db9c95]
Overview
Comment:Corrected typo in last commit
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: d491db9c95152f293b76b678d7639d88190d0d97
User & Date: rkeene on 2016-09-06 15:28:27
Other Links: manifest | tags
Context
2016-09-07
14:02
Migrated tclvfs build to new build system check-in: f2e60e1015 user: rkeene tags: trunk
2016-09-06
15:28
Corrected typo in last commit check-in: d491db9c95 user: rkeene tags: trunk
15:21
Fixed issue with static linking of TLS when also building a local static executable check-in: 20deaf934e user: rkeene tags: trunk
Changes

Modified kitsh/buildsrc/kitsh-0.0/aclocal.m4 from [ca463da686] to [44cc3a905e].

225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
					projlibextra=''
				fi
			fi
		done

		AC_MSG_RESULT([${projlibfilesnostub} ${projlibextra}])

		if [ -n "${projlibextra_static}" ]; then
			DC_DO_STATIC_LINK_LIB([Additional libraries for ${proj}], ${projlibextra_static})
		fi

		hide_symbols="1"

		if test "${proj}" = "tcl"; then
			DC_TEST_WHOLE_ARCHIVE_SHARED_LIB([$ARCHS $projlibfilesnostub], [







|







225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
					projlibextra=''
				fi
			fi
		done

		AC_MSG_RESULT([${projlibfilesnostub} ${projlibextra}])

		if test -n "${projlibextra_static}"; then
			DC_DO_STATIC_LINK_LIB([Additional libraries for ${proj}], ${projlibextra_static})
		fi

		hide_symbols="1"

		if test "${proj}" = "tcl"; then
			DC_TEST_WHOLE_ARCHIVE_SHARED_LIB([$ARCHS $projlibfilesnostub], [