Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compiler_components (0.26 sec)

  1. arm_compiler.BUILD

        srcs = glob([
            "aarch64-none-linux-gnu/**",
            "libexec/**",
            "lib/gcc/aarch64-none-linux-gnu/**",
            "include/**",
        ]),
    )
    
    filegroup(
        name = "compiler_components",
        srcs = [
            ":ar",
            ":as",
            ":gcc",
            ":ld",
            ":nm",
            ":objcopy",
            ":objdump",
            ":strip",
        ],
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 12 11:17:46 GMT 2021
    - 1.2K bytes
    - Viewed (0)
Back to top