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