buildsys  Check-in [e970e34259]

Overview
Comment:Also check target for *-*-cygwin.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e970e34259dc1c2fd5a74d5dc591e799075b85d0d4bdebac131fc6261826a2f8
User & Date: js on 2007-09-24 10:38:39
Other Links: manifest | tags
Context
2007-09-24
10:40
s/MinGW32/Win32/ check-in: 52b37aef75 user: js tags: trunk
10:38
Also check target for *-*-cygwin. check-in: e970e34259 user: js tags: trunk
02:05
Fix target for Solaris. check-in: b4c51b4303 user: js tags: trunk
Changes

Modified m4/sharedlib.m4 from [95460eeb5d] to [31b9238a37].

62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
			PLUGIN_CFLAGS='-fPIC'
			PLUGIN_LDFLAGS='-shared -fPIC'
			PLUGIN_SUFFIX='.so'
			INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR} ${DESTDIR}${libdir}/$$i'
			UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}'
			CLEAN_LIB=''
			;;
		*-*-mingw32)
			AC_MSG_RESULT(MinGW32)
			LIB_CPPFLAGS='-DPIC'
			LIB_CFLAGS=''
			LIB_LDFLAGS='-shared -Wl,--out-implib,${LIB}.a'
			LIB_PREFIX='lib'
			LIB_SUFFIX='.dll'
			PLUGIN_CPPFLAGS=''







|







62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
			PLUGIN_CFLAGS='-fPIC'
			PLUGIN_LDFLAGS='-shared -fPIC'
			PLUGIN_SUFFIX='.so'
			INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR} ${DESTDIR}${libdir}/$$i'
			UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}'
			CLEAN_LIB=''
			;;
		*-*-mingw32 | *-*-cygwin)
			AC_MSG_RESULT(MinGW32)
			LIB_CPPFLAGS='-DPIC'
			LIB_CFLAGS=''
			LIB_LDFLAGS='-shared -Wl,--out-implib,${LIB}.a'
			LIB_PREFIX='lib'
			LIB_SUFFIX='.dll'
			PLUGIN_CPPFLAGS=''