Change linking script options to allow user defined linker scripts
[bertos.git] / bertos / cpu / cortex-m3 / info / LM3S1968.cdef
index 344923cbdc5120ada3444b05955b8b26003f8196..c10c70e07bd4bd676808f074724dbad0035b95ca 100644 (file)
@@ -65,4 +65,4 @@ CPU_DESC += [ "256 Kbytes on-chip flash memory",
 
 # GCC flags for this cpu.
 MK_CPU_CPPFLAGS += " -D__ARM_LM3S1968__"
-MK_CPU_LDFLAGS += " -T " + SCRIPT_DIR + "lm3s1968_rom.ld"
+MK_CPU_LDFLAGS += " -Wl,-dT " + SCRIPT_DIR + "lm3s1968_rom.ld"