the other jimmy / mbed-sdk-tools

Fork of mbed-sdk-tools by mbed official

Committer:
The Other Jimmy
Date:
Wed Jan 04 11:58:24 2017 -0600
Revision:
32:8ea194f6145b
Update tools to follow mbed-os tools release 5.3.1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
The Other Jimmy 32:8ea194f6145b 1 {
The Other Jimmy 32:8ea194f6145b 2 "GCC_ARM": {
The Other Jimmy 32:8ea194f6145b 3 "common": ["-c", "-Wall", "-Wextra",
The Other Jimmy 32:8ea194f6145b 4 "-Wno-unused-parameter", "-Wno-missing-field-initializers",
The Other Jimmy 32:8ea194f6145b 5 "-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
The Other Jimmy 32:8ea194f6145b 6 "-ffunction-sections", "-fdata-sections", "-funsigned-char",
The Other Jimmy 32:8ea194f6145b 7 "-MMD", "-fno-delete-null-pointer-checks",
The Other Jimmy 32:8ea194f6145b 8 "-fomit-frame-pointer", "-Os", "-DNDEBUG"],
The Other Jimmy 32:8ea194f6145b 9 "asm": ["-x", "assembler-with-cpp"],
The Other Jimmy 32:8ea194f6145b 10 "c": ["-std=gnu99"],
The Other Jimmy 32:8ea194f6145b 11 "cxx": ["-std=gnu++98", "-fno-rtti", "-Wvla"],
The Other Jimmy 32:8ea194f6145b 12 "ld": ["-Wl,--gc-sections", "-Wl,--wrap,main", "-Wl,--wrap,_malloc_r",
The Other Jimmy 32:8ea194f6145b 13 "-Wl,--wrap,_free_r", "-Wl,--wrap,_realloc_r",
The Other Jimmy 32:8ea194f6145b 14 "-Wl,--wrap,_calloc_r", "-Wl,--wrap,exit", "-Wl,--wrap,atexit"]
The Other Jimmy 32:8ea194f6145b 15 },
The Other Jimmy 32:8ea194f6145b 16 "ARM": {
The Other Jimmy 32:8ea194f6145b 17 "common": ["-c", "--gnu", "-Ospace", "--split_sections",
The Other Jimmy 32:8ea194f6145b 18 "--apcs=interwork", "--brief_diagnostics", "--restrict",
The Other Jimmy 32:8ea194f6145b 19 "--multibyte_chars", "-O3", "-DNDEBUG"],
The Other Jimmy 32:8ea194f6145b 20 "asm": [],
The Other Jimmy 32:8ea194f6145b 21 "c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
The Other Jimmy 32:8ea194f6145b 22 "cxx": ["--cpp", "--no_rtti", "--no_vla"],
The Other Jimmy 32:8ea194f6145b 23 "ld": []
The Other Jimmy 32:8ea194f6145b 24 },
The Other Jimmy 32:8ea194f6145b 25 "uARM": {
The Other Jimmy 32:8ea194f6145b 26 "common": ["-c", "--gnu", "-Ospace", "--split_sections",
The Other Jimmy 32:8ea194f6145b 27 "--apcs=interwork", "--brief_diagnostics", "--restrict",
The Other Jimmy 32:8ea194f6145b 28 "--multibyte_chars", "-O3", "-D__MICROLIB",
The Other Jimmy 32:8ea194f6145b 29 "--library_type=microlib", "-DMBED_RTOS_SINGLE_THREAD", "-DNDEBUG"],
The Other Jimmy 32:8ea194f6145b 30 "asm": [],
The Other Jimmy 32:8ea194f6145b 31 "c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
The Other Jimmy 32:8ea194f6145b 32 "cxx": ["--cpp", "--no_rtti", "--no_vla"],
The Other Jimmy 32:8ea194f6145b 33 "ld": ["--library_type=microlib"]
The Other Jimmy 32:8ea194f6145b 34 },
The Other Jimmy 32:8ea194f6145b 35 "IAR": {
The Other Jimmy 32:8ea194f6145b 36 "common": [
The Other Jimmy 32:8ea194f6145b 37 "--no_wrap_diagnostics", "-e",
The Other Jimmy 32:8ea194f6145b 38 "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-Ohz", "-DNDEBUG"],
The Other Jimmy 32:8ea194f6145b 39 "asm": [],
The Other Jimmy 32:8ea194f6145b 40 "c": ["--vla"],
The Other Jimmy 32:8ea194f6145b 41 "cxx": ["--guard_calls", "--no_static_destruction"],
The Other Jimmy 32:8ea194f6145b 42 "ld": ["--skip_dynamic_initialization", "--threaded_lib"]
The Other Jimmy 32:8ea194f6145b 43 }
The Other Jimmy 32:8ea194f6145b 44 }