Clone of official tools

Committer:
Anders Blomdell
Date:
Thu Feb 04 17:17:13 2021 +0100
Revision:
47:21ae3e5a7128
Parent:
43:2a7da56ebd24
Add a few normpath calls

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",
theotherjimmy 43:2a7da56ebd24 8 "-fomit-frame-pointer", "-Os", "-DNDEBUG", "-g1"],
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 },
theotherjimmy 40:7d3fa6b99b2b 17 "ARMC6": {
theotherjimmy 40:7d3fa6b99b2b 18 "common": ["-c", "--target=arm-arm-none-eabi", "-mthumb", "-Oz",
theotherjimmy 40:7d3fa6b99b2b 19 "-Wno-armcc-pragma-push-pop", "-Wno-armcc-pragma-anon-unions",
theotherjimmy 40:7d3fa6b99b2b 20 "-DMULADDC_CANNOT_USE_R7", "-fdata-sections",
theotherjimmy 43:2a7da56ebd24 21 "-fno-exceptions", "-MMD", "-D_LIBCPP_EXTERN_TEMPLATE(...)="],
theotherjimmy 40:7d3fa6b99b2b 22 "asm": [],
theotherjimmy 40:7d3fa6b99b2b 23 "c": ["-D__ASSERT_MSG", "-std=gnu99"],
theotherjimmy 40:7d3fa6b99b2b 24 "cxx": ["-fno-rtti", "-std=gnu++98"],
theotherjimmy 43:2a7da56ebd24 25 "ld": ["--show_full_path", "--legacyalign"]
theotherjimmy 40:7d3fa6b99b2b 26 },
The Other Jimmy 36:96847d42f010 27 "ARM": {
The Other Jimmy 36:96847d42f010 28 "common": ["-c", "--gnu", "-Ospace", "--split_sections",
The Other Jimmy 36:96847d42f010 29 "--apcs=interwork", "--brief_diagnostics", "--restrict",
The Other Jimmy 36:96847d42f010 30 "--multibyte_chars", "-O3", "-DNDEBUG"],
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"],
theotherjimmy 40:7d3fa6b99b2b 34 "ld": ["--show_full_path"]
The Other Jimmy 36:96847d42f010 35 },
The Other Jimmy 36:96847d42f010 36 "uARM": {
The Other Jimmy 36:96847d42f010 37 "common": ["-c", "--gnu", "-Ospace", "--split_sections",
The Other Jimmy 36:96847d42f010 38 "--apcs=interwork", "--brief_diagnostics", "--restrict",
The Other Jimmy 36:96847d42f010 39 "--multibyte_chars", "-O3", "-D__MICROLIB",
The Other Jimmy 36:96847d42f010 40 "--library_type=microlib", "-DMBED_RTOS_SINGLE_THREAD", "-DNDEBUG"],
The Other Jimmy 36:96847d42f010 41 "asm": [],
The Other Jimmy 36:96847d42f010 42 "c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
The Other Jimmy 36:96847d42f010 43 "cxx": ["--cpp", "--no_rtti", "--no_vla"],
The Other Jimmy 36:96847d42f010 44 "ld": ["--library_type=microlib"]
The Other Jimmy 36:96847d42f010 45 },
The Other Jimmy 36:96847d42f010 46 "IAR": {
The Other Jimmy 36:96847d42f010 47 "common": [
The Other Jimmy 36:96847d42f010 48 "--no_wrap_diagnostics", "-e",
theotherjimmy 43:2a7da56ebd24 49 "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-Ohz", "-DNDEBUG", "--enable_restrict"],
The Other Jimmy 36:96847d42f010 50 "asm": [],
theotherjimmy 43:2a7da56ebd24 51 "c": ["--vla", "--diag_suppress=Pe546"],
The Other Jimmy 36:96847d42f010 52 "cxx": ["--guard_calls", "--no_static_destruction"],
The Other Jimmy 36:96847d42f010 53 "ld": ["--skip_dynamic_initialization", "--threaded_lib"]
The Other Jimmy 36:96847d42f010 54 }
The Other Jimmy 36:96847d42f010 55 }