From 55f79bb2f6d5bd039eeecacfa2a483a1baca369f Mon Sep 17 00:00:00 2001 From: arighi Date: Tue, 13 Apr 2010 16:28:47 +0000 Subject: [PATCH] lm3s1968: remove unneeded build options in the example. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3428 38d2e660-2303-0410-9eaa-f027e97ec537 --- examples/lm3s1968/lm3s1968.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/lm3s1968/lm3s1968.mk b/examples/lm3s1968/lm3s1968.mk index c8e2e812..475bdb47 100644 --- a/examples/lm3s1968/lm3s1968.mk +++ b/examples/lm3s1968/lm3s1968.mk @@ -60,9 +60,9 @@ lm3s1968_CPPASRC = \ # This is an hosted application lm3s1968_PREFIX = arm-none-eabi- -lm3s1968_CPPAFLAGS = -mthumb -mno-thumb-interwork -falign-functions=16 -fno-strict-aliasing -fwrapv -lm3s1968_CPPFLAGS = -D'ARCH=0' -D__ARM_LM3S1968__ -D'CPU_FREQ=(50000000L)' -D'WIZ_AUTOGEN' -mthumb -mno-thumb-interwork -falign-functions=16 -Iexamples/lm3s1968 -Ibertos/cpu/cortex-m3 -fno-strict-aliasing -fwrapv -lm3s1968_LDFLAGS = -nostartfiles -T bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld -Wl,--no-warn-mismatch -fno-strict-aliasing -fwrapv -mthumb -mno-thumb-interwork -falign-functions=16 +lm3s1968_CPPAFLAGS = -mthumb -mno-thumb-interwork +lm3s1968_CPPFLAGS = -D'ARCH=0' -D__ARM_LM3S1968__ -D'CPU_FREQ=(50000000L)' -D'WIZ_AUTOGEN' -mthumb -mno-thumb-interwork -Iexamples/lm3s1968 -Ibertos/cpu/cortex-m3 -fno-strict-aliasing -fwrapv +lm3s1968_LDFLAGS = -nostartfiles -T bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld -Wl,--no-warn-mismatch -mthumb -mno-thumb-interwork lm3s1968_CPU = cortex-m3 -- 2.25.1