libtool
[Top][All Lists]
Advanced

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

Re: Libtool and .s file


From: Benoit Gschwind
Subject: Re: Libtool and .s file
Date: Fri, 02 Apr 2021 16:04:11 +0200
User-agent: Evolution 3.38.4

Hello,

After inspecting the generated Makefile I found out the AM_CCASFLAGS
that work for me :)

Best regards


Le vendredi 02 avril 2021 à 12:54 +0200, Benoit Gschwind a écrit :
> Hello,
> 
> I trying to build a project that include assembler file ".s".
> 
> Libtool seems to work with them and call gcc as follow:
> 
> /bin/sh ../libtool    --mode=compile gcc  -Og -ggdb -march=native -c
> -o
> myfile.lo ../../src/myfile.s
> 
> But it does not inherit the AM_CXXFLAGS nor AM_CFLAGS but I need to
> pass a -I flags. How can I pass flags to gcc in that case?
> 
> Best regards
> 





reply via email to

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