Backup 1

Committer:
borlanic
Date:
Tue Apr 24 11:45:18 2018 +0000
Revision:
0:02dd72d1d465
BaBoRo_test2 - backup 1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
borlanic 0:02dd72d1d465 1 {
borlanic 0:02dd72d1d465 2 "GCC_ARM": {
borlanic 0:02dd72d1d465 3 "common": ["-c", "-Wall", "-Wextra",
borlanic 0:02dd72d1d465 4 "-Wno-unused-parameter", "-Wno-missing-field-initializers",
borlanic 0:02dd72d1d465 5 "-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
borlanic 0:02dd72d1d465 6 "-ffunction-sections", "-fdata-sections", "-funsigned-char",
borlanic 0:02dd72d1d465 7 "-MMD", "-fno-delete-null-pointer-checks",
borlanic 0:02dd72d1d465 8 "-fomit-frame-pointer", "-Os", "-DNDEBUG", "-g1"],
borlanic 0:02dd72d1d465 9 "asm": ["-x", "assembler-with-cpp"],
borlanic 0:02dd72d1d465 10 "c": ["-std=gnu99"],
borlanic 0:02dd72d1d465 11 "cxx": ["-std=gnu++98", "-fno-rtti", "-Wvla"],
borlanic 0:02dd72d1d465 12 "ld": ["-Wl,--gc-sections", "-Wl,--wrap,main", "-Wl,--wrap,_malloc_r",
borlanic 0:02dd72d1d465 13 "-Wl,--wrap,_free_r", "-Wl,--wrap,_realloc_r", "-Wl,--wrap,_memalign_r",
borlanic 0:02dd72d1d465 14 "-Wl,--wrap,_calloc_r", "-Wl,--wrap,exit", "-Wl,--wrap,atexit",
borlanic 0:02dd72d1d465 15 "-Wl,-n"]
borlanic 0:02dd72d1d465 16 },
borlanic 0:02dd72d1d465 17 "ARMC6": {
borlanic 0:02dd72d1d465 18 "common": ["-c", "--target=arm-arm-none-eabi", "-mthumb", "-Oz",
borlanic 0:02dd72d1d465 19 "-Wno-armcc-pragma-push-pop", "-Wno-armcc-pragma-anon-unions",
borlanic 0:02dd72d1d465 20 "-DMULADDC_CANNOT_USE_R7", "-fdata-sections",
borlanic 0:02dd72d1d465 21 "-fno-exceptions", "-MMD", "-D_LIBCPP_EXTERN_TEMPLATE(...)="],
borlanic 0:02dd72d1d465 22 "asm": [],
borlanic 0:02dd72d1d465 23 "c": ["-D__ASSERT_MSG", "-std=gnu99"],
borlanic 0:02dd72d1d465 24 "cxx": ["-fno-rtti", "-std=gnu++98"],
borlanic 0:02dd72d1d465 25 "ld": ["--legacyalign", "--no_strict_wchar_size", "--no_strict_enum_size"]
borlanic 0:02dd72d1d465 26 },
borlanic 0:02dd72d1d465 27 "ARM": {
borlanic 0:02dd72d1d465 28 "common": ["-c", "--gnu", "-Ospace", "--split_sections",
borlanic 0:02dd72d1d465 29 "--apcs=interwork", "--brief_diagnostics", "--restrict",
borlanic 0:02dd72d1d465 30 "--multibyte_chars", "-O3", "-DNDEBUG"],
borlanic 0:02dd72d1d465 31 "asm": [],
borlanic 0:02dd72d1d465 32 "c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
borlanic 0:02dd72d1d465 33 "cxx": ["--cpp", "--no_rtti", "--no_vla"],
borlanic 0:02dd72d1d465 34 "ld": ["--show_full_path"]
borlanic 0:02dd72d1d465 35 },
borlanic 0:02dd72d1d465 36 "uARM": {
borlanic 0:02dd72d1d465 37 "common": ["-c", "--gnu", "-Ospace", "--split_sections",
borlanic 0:02dd72d1d465 38 "--apcs=interwork", "--brief_diagnostics", "--restrict",
borlanic 0:02dd72d1d465 39 "--multibyte_chars", "-O3", "-D__MICROLIB",
borlanic 0:02dd72d1d465 40 "--library_type=microlib", "-DMBED_RTOS_SINGLE_THREAD", "-DNDEBUG"],
borlanic 0:02dd72d1d465 41 "asm": [],
borlanic 0:02dd72d1d465 42 "c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
borlanic 0:02dd72d1d465 43 "cxx": ["--cpp", "--no_rtti", "--no_vla"],
borlanic 0:02dd72d1d465 44 "ld": ["--library_type=microlib"]
borlanic 0:02dd72d1d465 45 },
borlanic 0:02dd72d1d465 46 "IAR": {
borlanic 0:02dd72d1d465 47 "common": [
borlanic 0:02dd72d1d465 48 "--no_wrap_diagnostics", "-e",
borlanic 0:02dd72d1d465 49 "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-Ohz", "-DNDEBUG", "--enable_restrict"],
borlanic 0:02dd72d1d465 50 "asm": [],
borlanic 0:02dd72d1d465 51 "c": ["--vla"],
borlanic 0:02dd72d1d465 52 "cxx": ["--guard_calls", "--no_static_destruction"],
borlanic 0:02dd72d1d465 53 "ld": ["--skip_dynamic_initialization", "--threaded_lib"]
borlanic 0:02dd72d1d465 54 }
borlanic 0:02dd72d1d465 55 }