This patch from Ralf Grosse Boerger makes debugging more comfortable.
[coreboot.git] / src / mainboard / tyan / s2891 / Config.lb
index 51b764d677139f9ddb8bf035c91e0db83b31de22..f1f4f513d814ce3ab93225322fa339229814747a 100644 (file)
@@ -61,9 +61,9 @@ if CONFIG_USE_INIT
 else
        makerule ./auto.inc
                depends "$(MAINBOARD)/cache_as_ram_auto.c option_table.h"
-               action "$(CC) $(DISTRO_CFLAGS) -I$(TOP)/src -I. $(CPPFLAGS) $(MAINBOARD)/cache_as_ram_auto.c -Os -nostdinc -nostdlib -fno-builtin -Wall -c -S -o $@"
-               action "perl -e 's/.rodata/.rom.data/g' -pi $@"
-               action "perl -e 's/.text/.section .rom.text/g' -pi $@"
+               action "$(CC) $(DISTRO_CFLAGS) -I$(TOP)/src -I. $(CPPFLAGS) $(MAINBOARD)/cache_as_ram_auto.c -Os -nostdinc -nostdlib -fno-builtin -Wall -g -dA -fverbose-asm -c -S -o $@"
+               action "perl -e 's/\.rodata/.rom.data/g' -pi $@"
+               action "perl -e 's/\.text/.section .rom.text/g' -pi $@"
        end
 end