BBR 1 Ebene

Committer:
borlanic
Date:
Mon May 14 11:29:06 2018 +0000
Revision:
0:fbdae7e6d805
BBR

Who changed what in which revision?

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