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

-- 
Benoit Gschwind <gschw...@gnu-log.net>


Reply via email to