From: batt Date: Thu, 25 Mar 2010 14:01:02 +0000 (+0000) Subject: Remove bogus assembler options. X-Git-Tag: 2.5.0~636 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4b501c175222af60573616b51e00adf00c13830f;p=bertos.git Remove bogus assembler options. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3267 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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"