From 4b501c175222af60573616b51e00adf00c13830f Mon Sep 17 00:00:00 2001 From: batt Date: Thu, 25 Mar 2010 14:01:02 +0000 Subject: [PATCH] Remove bogus assembler options. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3267 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/arm/info/at91sam7.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/cpu/arm/info/at91sam7.common b/bertos/cpu/arm/info/at91sam7.common index 3088ccff..00f3277b 100644 --- a/bertos/cpu/arm/info/at91sam7.common +++ b/bertos/cpu/arm/info/at91sam7.common @@ -78,7 +78,7 @@ MK_STOPDEBUG_SCRIPT = PRG_SCRIPTS_DIR + "arm/stopopenocd.sh" GDB_INIT_SCRIPT = PRG_SCRIPTS_DIR + "arm/openocd/gdbinit-sam7" # Common GCC flags. -MK_CPU_CPPAFLAGS = "-O0 -g -gdwarf-2 -g -gen-debug" +MK_CPU_CPPAFLAGS = "-g -gdwarf-2" MK_CPU_CPPFLAGS = "-O0 -g3 -gdwarf-2 -fverbose-asm -I" + CPU_DIR + "arm/" MK_CPU_LDFLAGS = "-nostartfiles -Wl,--no-warn-mismatch" -- 2.25.1