2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-23 02:16:01 +01:00
waf/demos/asm
Michael Vincent 44bb31da96 gccdeps: Add support for gas
Add support for generating and using gcc's native dependency files with
the GNU Assembler in addition to the existing C/C++ support.

When the gas and gccdeps tools are loaded, the configure step will test
whether gcc operating on an assembly file supports the -MMD argument.
If so, waf will pass the -MMD argument to .S files assembled with gcc
which will cause it to generate .d dependency files. Waf will then parse
those files for dependency information.

Note: This will only work for assembly files compiled through the gcc
frontend, not with GNU as directly. It also requires assembly files to
use the uppercase .S file extension.
2020-02-24 11:28:45 -06:00
..
header.h missing file on demos/adm 2012-05-06 00:08:50 +02:00
main.c Initial commit 2011-09-10 11:13:51 +02:00
test.S Fix PIE errors in demos/asm/ 2019-06-26 11:51:56 +02:00
wscript gccdeps: Add support for gas 2020-02-24 11:28:45 -06:00