Don't pass any debug options directly to the assembler
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Thu, 26 Oct 2006 15:55:31 +0000 (17:55 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 27 Oct 2006 15:51:03 +0000 (17:51 +0200)
commite11887a77d81077416a2d1c5e0354916fee8c034
treecfb4c476d48d2f69e3d7878f64aec67d4037863e
parentea08ff6e14f9ebb8c07cfa79c51ef540eb087393
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>
config.mk