summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichael Brown2009-05-27 03:21:45 +0200
committerMichael Brown2009-05-27 03:30:46 +0200
commit8afafb65322a3fec01206720a1d8be4083e9c0d6 (patch)
tree8eacb27e8d4e9aa5a46fd2638fcabea9f5ddfb2d /README
parent[comboot] Implement stub calls for auxiliary data vector handling (diff)
downloadipxe-8afafb65322a3fec01206720a1d8be4083e9c0d6.tar.gz
ipxe-8afafb65322a3fec01206720a1d8be4083e9c0d6.tar.xz
ipxe-8afafb65322a3fec01206720a1d8be4083e9c0d6.zip
[build] Add -fno-dwarf2-cfi-asm to CFLAGS if supported by the gcc in use
gcc 4.4 defaults to using .cfi assembler directives for debugging information, which causes unneeded .eh_frame sections to be generated. These sections are already stripped out by our linker script, so don't affect the final build, but do distort the output of "size" when run on individual .o files; the .eh_frame size is included within the size reported for .text. This makes it difficult to accurately judge the effects of source code changes upon object code size. Fix by adding -fno-dwarf2-cfi-asm to CFLAGS if we detect that this option is supported by the gcc that we are compiling with. Tested-by: Daniel Verkamp <daniel@drv.nu>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions