X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Finfo%2FLPC2378.cdef;fp=bertos%2Fcpu%2Farm%2Finfo%2FLPC2378.cdef;h=b009a27f7153fc0989c8d8a8d59009df432cb3de;hb=88c5c0a97b1bd550d185b9250eaf1a2bcc25e027;hp=461ee209f381977c85a7ec5fde6fd26f05984859;hpb=b88ab4ad33932a6c95702f45ac1b6dac693c74ec;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"