comparison configure.in @ 9241:60bbc66bb0e2

Correct my previous mistake for cygwin SHLBIN and SHLBINPRE
author Marco Atzeri <marco_atzeri@yahoo.it>
date Thu, 21 May 2009 18:31:36 +0200
parents 8a5a04b6c46b
children a1d20052517a
comparison
equal deleted inserted replaced
9240:f27a8c07f0b2 9241:60bbc66bb0e2
1252 CPICFLAG= 1252 CPICFLAG=
1253 CXXPICFLAG= 1253 CXXPICFLAG=
1254 FPICFLAG= 1254 FPICFLAG=
1255 LIBPRE=lib 1255 LIBPRE=lib
1256 SHLPRE=cyg 1256 SHLPRE=cyg
1257 SHLBINPRE=cyg
1257 SHLEXT=dll 1258 SHLEXT=dll
1258 SHLLIB=dll.a 1259 SHLLIB=dll.a
1259 SHLBIN=a 1260 SHLBIN=dll
1260 DL_LDFLAGS="-shared -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc" 1261 DL_LDFLAGS="-shared -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc"
1261 SH_LDFLAGS="-shared -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-auto-image-base" 1262 SH_LDFLAGS="-shared -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-auto-image-base"
1262 SONAME_FLAGS='-Wl,--out-implib=$(patsubst $(SHLPRE)%,$(SHLBINPRE)%,$@).a' 1263 SONAME_FLAGS='-Wl,--out-implib=$(patsubst $(SHLPRE)%,$(LIBPRE)%,$@).a'
1263 ;; 1264 ;;
1264 *-*-mingw*) 1265 *-*-mingw*)
1265 CPICFLAG= 1266 CPICFLAG=
1266 CXXPICFLAG= 1267 CXXPICFLAG=
1267 FPICFLAG= 1268 FPICFLAG=