From: arighi Date: Wed, 31 Mar 2010 14:41:56 +0000 (+0000) Subject: at91sam7: remove deprecated build option -gen-debug. X-Git-Tag: 2.5.0~550 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=8517fcd45ae6ecabf515d2cdb146543de0e3d3c9;hp=1d995105c10d2e603bc5cdc88ae41e1a928c356d;p=bertos.git at91sam7: remove deprecated build option -gen-debug. This option may trigger build errors with recent toolchains. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3358 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/examples/at91sam7/at91sam7x.mk b/examples/at91sam7/at91sam7x.mk index 436c4445..a22c641a 100644 --- a/examples/at91sam7/at91sam7x.mk +++ b/examples/at91sam7/at91sam7x.mk @@ -44,7 +44,7 @@ at91sam7x_CPPASRC = \ at91sam7x_PREFIX = arm-none-eabi- -at91sam7x_CPPAFLAGS = -O0 -g -gdwarf-2 -g -gen-debug +at91sam7x_CPPAFLAGS = -O0 -g -gdwarf-2 -g at91sam7x_CPPFLAGS = -O0 -D'ARCH=0' -D__ARM_AT91SAM7X256__ -D'CPU_FREQ=(48023000UL)' -D'WIZ_AUTOGEN' -g3 -gdwarf-2 -fverbose-asm -Iexamples/at91sam7 -Ibertos/cpu/arm at91sam7x_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld -Wl,--no-warn-mismatch