autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AS assembler variable


From: Ralf Wildenhues
Subject: Re: AS assembler variable
Date: Wed, 3 Mar 2010 20:50:20 +0100
User-agent: Mutt/1.5.20 (2009-10-28)

* Eric Blake wrote on Wed, Mar 03, 2010 at 08:02:10PM CET:
> According to NightStrike on 3/3/2010 11:53 AM:
> > How does the variable "AS" get set for the assembler?
> 
> Autoconf doesn't mess with $AS.  But libtool does
> (libltdl/m4/ltoptions.m4); maybe you should ask there if you need more help.

It is indeed libtool, but the setting is only done with option win32-dll
enabled, and even then only on w32 systems.  It could probably be
removed, because current libtool does not ever use it.

If you need as, put AC_CHECK_TOOL([AS], [as], [false]) before LT_INIT.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]