X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Finfo%2Fat91sam7.common;h=1f3f9cb8173cf7d589cf36eded96ba1dd08f2af8;hb=d15dda9b9403846204a3ade72aac639e95714685;hp=b07163860ee35f299003532584ceee46b3ab0e9c;hpb=8ef58df173c302c1602b19c79419daed37ced360;p=bertos.git diff --git a/bertos/cpu/arm/info/at91sam7.common b/bertos/cpu/arm/info/at91sam7.common index b0716386..1f3f9cb8 100644 --- a/bertos/cpu/arm/info/at91sam7.common +++ b/bertos/cpu/arm/info/at91sam7.common @@ -76,9 +76,9 @@ MK_DEBUG_SCRIPT = PRG_SCRIPTS_DIR + "arm/debug.sh" GDB_INIT_SCRIPT = PRG_SCRIPTS_DIR + "arm/openocd/gdbinit-sam7" # Common GCC flags. -MK_CPPAFLAGS = "-O0 -g -gdwarf-2 -g -gen-debug" +MK_CPU_CPPAFLAGS = "-O0 -g -gdwarf-2 -g -gen-debug" MK_CPU_CPPFLAGS = "-O0 -g3 -gdwarf-2 -fverbose-asm -I" + CPU_DIR + "arm/" -MK_LDFLAGS = "-nostartfiles -Wl,--no-warn-mismatch" +MK_CPU_LDFLAGS = "-nostartfiles -Wl,--no-warn-mismatch" # CRT file. -MK_CPPASRC = HW_DIR + "crtat91sam7_rom.S" +MK_CPU_CPPASRC = HW_DIR + "crtat91sam7_rom.S"