X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Finfo%2FLPC2378.cdef;h=b009a27f7153fc0989c8d8a8d59009df432cb3de;hb=1a8a2b9b57118be3f52d1261ebefac3875e67bcf;hp=461ee209f381977c85a7ec5fde6fd26f05984859;hpb=8284fb65c8c8f9fd233da33fd08f1f81b64cb94b;p=bertos.git diff --git a/bertos/cpu/arm/info/LPC2378.cdef b/bertos/cpu/arm/info/LPC2378.cdef index 461ee209..b009a27f 100644 --- a/bertos/cpu/arm/info/LPC2378.cdef +++ b/bertos/cpu/arm/info/LPC2378.cdef @@ -49,7 +49,7 @@ CPU_DESC += [ "512 Kbytes internal flash memory", # GCC flags for this cpu. MK_CPU_CPPFLAGS += " -D__ARM_LPC2378__" -MK_CPU_LDFLAGS += " -T " + SCRIPT_DIR + "lpc2378.ld" +MK_CPU_LDFLAGS += " -Wl,-dT " + SCRIPT_DIR + "lpc2378.ld" # CPU type used for flashing/debugging MK_PROGRAMMER_CPU = "lpc2378"