libtool
[Top][All Lists]
Advanced

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

Re: Libtool and .s file


From: Mike Frysinger
Subject: Re: Libtool and .s file
Date: Mon, 5 Apr 2021 04:33:13 -0400

On 05 Apr 2021 09:35, Benoit Gschwind wrote:
> Thank you for the highlight.
> 
> Is .incbin considedred as preprocessor instruction ?

if you're using assembler directives like .incbin, that isn't preprocessing,
so .s is OK.  usually when people say -I from CFLAGS/CXXFLAGS, they want the
preprocessor flags which don't work for the assembler as the compiler driver
doesn't pass it down to it.
-mike



reply via email to

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