Clone of official tools

Committer:
The Other Jimmy
Date:
Thu Jun 22 11:12:28 2017 -0500
Revision:
36:96847d42f010
Child:
40:7d3fa6b99b2b
Tools release 5.5.1

Who changed what in which revision?

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