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", "-Os", "-g1"],
borlanic 0:fbdae7e6d805 9 "asm": ["-x", "assembler-with-cpp"],
borlanic 0:fbdae7e6d805 10 "c": ["-std=gnu99"],
borlanic 0:fbdae7e6d805 11 "cxx": ["-std=gnu++98", "-fno-rtti", "-Wvla"],
borlanic 0:fbdae7e6d805 12 "ld": ["-Wl,--gc-sections", "-Wl,--wrap,main", "-Wl,--wrap,_malloc_r",
borlanic 0:fbdae7e6d805 13 "-Wl,--wrap,_free_r", "-Wl,--wrap,_realloc_r", "-Wl,--wrap,_memalign_r",
borlanic 0:fbdae7e6d805 14 "-Wl,--wrap,_calloc_r", "-Wl,--wrap,exit", "-Wl,--wrap,atexit",
borlanic 0:fbdae7e6d805 15 "-Wl,-n"]
borlanic 0:fbdae7e6d805 16 },
borlanic 0:fbdae7e6d805 17 "ARMC6": {
borlanic 0:fbdae7e6d805 18 "common": ["-c", "--target=arm-arm-none-eabi", "-mthumb", "-Os",
borlanic 0:fbdae7e6d805 19 "-Wno-armcc-pragma-push-pop", "-Wno-armcc-pragma-anon-unions",
borlanic 0:fbdae7e6d805 20 "-DMULADDC_CANNOT_USE_R7", "-fdata-sections",
borlanic 0:fbdae7e6d805 21 "-fno-exceptions", "-MMD", "-D_LIBCPP_EXTERN_TEMPLATE(...)="],
borlanic 0:fbdae7e6d805 22 "asm": [],
borlanic 0:fbdae7e6d805 23 "c": ["-D__ASSERT_MSG", "-std=gnu99"],
borlanic 0:fbdae7e6d805 24 "cxx": ["-fno-rtti", "-std=gnu++98"],
borlanic 0:fbdae7e6d805 25 "ld": ["--legacyalign", "--no_strict_wchar_size", "--no_strict_enum_size"]
borlanic 0:fbdae7e6d805 26 },
borlanic 0:fbdae7e6d805 27 "ARM": {
borlanic 0:fbdae7e6d805 28 "common": ["-c", "--gnu", "-Otime", "--split_sections",
borlanic 0:fbdae7e6d805 29 "--apcs=interwork", "--brief_diagnostics", "--restrict",
borlanic 0:fbdae7e6d805 30 "--multibyte_chars", "-O3"],
borlanic 0:fbdae7e6d805 31 "asm": [],
borlanic 0:fbdae7e6d805 32 "c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
borlanic 0:fbdae7e6d805 33 "cxx": ["--cpp", "--no_rtti", "--no_vla"],
borlanic 0:fbdae7e6d805 34 "ld": ["--show_full_path"]
borlanic 0:fbdae7e6d805 35 },
borlanic 0:fbdae7e6d805 36 "uARM": {
borlanic 0:fbdae7e6d805 37 "common": ["-c", "--gnu", "-Otime", "--split_sections",
borlanic 0:fbdae7e6d805 38 "--apcs=interwork", "--brief_diagnostics", "--restrict",
borlanic 0:fbdae7e6d805 39 "--multibyte_chars", "-O3", "-D__MICROLIB",
borlanic 0:fbdae7e6d805 40 "--library_type=microlib", "-DMBED_RTOS_SINGLE_THREAD"],
borlanic 0:fbdae7e6d805 41 "asm": [],
borlanic 0:fbdae7e6d805 42 "c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
borlanic 0:fbdae7e6d805 43 "cxx": ["--cpp", "--no_rtti", "--no_vla"],
borlanic 0:fbdae7e6d805 44 "ld": ["--library_type=microlib"]
borlanic 0:fbdae7e6d805 45 },
borlanic 0:fbdae7e6d805 46 "IAR": {
borlanic 0:fbdae7e6d805 47 "common": [
borlanic 0:fbdae7e6d805 48 "--no_wrap_diagnostics", "-e",
borlanic 0:fbdae7e6d805 49 "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-Oh", "--enable_restrict"],
borlanic 0:fbdae7e6d805 50 "asm": [],
borlanic 0:fbdae7e6d805 51 "c": ["--vla"],
borlanic 0:fbdae7e6d805 52 "cxx": ["--guard_calls", "--no_static_destruction"],
borlanic 0:fbdae7e6d805 53 "ld": ["--skip_dynamic_initialization", "--threaded_lib"]
borlanic 0:fbdae7e6d805 54 }
borlanic 0:fbdae7e6d805 55 }