[PATCH] Allow toolchain to determine ar

Mike Hommey mh at glandium.org
Sun Aug 11 15:43:38 PDT 2013


On Sun, Aug 11, 2013 at 09:44:59AM -0500, Jory A. Pratt wrote:
>  dnl Platform-specific settings.  abi and RPATH can probably be determined
>  dnl programmatically, but doing so is error-prone, which makes it generally
>  dnl not worth the trouble.
> @@ -310,7 +314,8 @@ case "${host}" in
>  	  EXTRA_LDFLAGS="-link -DEBUG"
>  	  CTARGET='-Fo$@'
>  	  LDTARGET='-Fe$@'
> -	  MKLIB='lib -nologo -out:$@'
> +	  AR='lib'
> +	  ARFLAGS='-nologo -out:'

This likely breaks building with msvc, because of the added space
between -out: and the filename.

Mike



More information about the jemalloc-discuss mailing list