commit | 1cd6bf0e094fb9071ffafdd5d1c34aafb05f823a | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Thu Oct 26 17:55:31 2006 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Oct 27 17:51:03 2006 +0200 |
tree | cfb4c476d48d2f69e3d7878f64aec67d4037863e | |
parent | d3730595cd0621e3596c918bee844cf824e85a9b [diff] |
Don't pass any debug options directly to the assembler When passing the -g option to gcc, gcc automatically selects a suitable --g<format> option to pass on to the assembler. Thus, there's no point in forcing a specific debug option on the assembler using the -Wa mechanism. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>