Change linking script options to allow user defined linker scripts
[bertos.git] / bertos / cpu / cortex-m3 / info / LM3S8962.cdef
index 3c1f221794d9d5cdffb443234a457d299a79042b..d624fa5699c0a4cdd0786903c64f6364d27300da 100644 (file)
@@ -62,4 +62,4 @@ CPU_DESC += [ "256 Kbytes on-chip flash memory",
 
 # GCC flags for this cpu.
 MK_CPU_CPPFLAGS += " -D__ARM_LM3S8962__"
-MK_CPU_LDFLAGS += " -T " + SCRIPT_DIR + "lm3s8962_rom.ld"
+MK_CPU_LDFLAGS += " -Wl,-dT " + SCRIPT_DIR + "lm3s8962_rom.ld"