| package(default_visibility = ['//tools/cpp:__pkg__']) |
| |
| filegroup( |
| name = 'gcc', |
| srcs = [ |
| '@arm_frc_linux_gnueabi_repo//:gcc', |
| 'arm-frc-linux-gnueabi-gcc', |
| ], |
| ) |
| |
| filegroup( |
| name = 'ar', |
| srcs = [ |
| '@arm_frc_linux_gnueabi_repo//:ar', |
| 'arm-frc-linux-gnueabi-ar', |
| ], |
| ) |
| |
| filegroup( |
| name = 'as', |
| srcs = [ |
| '@arm_frc_linux_gnueabi_repo//:as', |
| 'arm-frc-linux-gnueabi-as', |
| ], |
| ) |
| |
| filegroup( |
| name = 'ld', |
| srcs = [ |
| '@arm_frc_linux_gnueabi_repo//:ld', |
| 'arm-frc-linux-gnueabi-ld', |
| ], |
| ) |
| |
| filegroup( |
| name = 'nm', |
| srcs = [ |
| '@arm_frc_linux_gnueabi_repo//:nm', |
| 'arm-frc-linux-gnueabi-nm', |
| ], |
| ) |
| |
| filegroup( |
| name = 'objcopy', |
| srcs = [ |
| '@arm_frc_linux_gnueabi_repo//:objcopy', |
| 'arm-frc-linux-gnueabi-objcopy', |
| ], |
| ) |
| |
| filegroup( |
| name = 'objdump', |
| srcs = [ |
| '@arm_frc_linux_gnueabi_repo//:objdump', |
| 'arm-frc-linux-gnueabi-objdump', |
| ], |
| ) |
| |
| filegroup( |
| name = 'strip', |
| srcs = [ |
| '@arm_frc_linux_gnueabi_repo//:strip', |
| 'arm-frc-linux-gnueabi-strip', |
| ], |
| ) |
| |
| filegroup( |
| name = 'tool-wrappers', |
| srcs = [ |
| ':gcc', |
| ':ar', |
| ':as', |
| ':ld', |
| ':nm', |
| ':objcopy', |
| ':objdump', |
| ':strip', |
| ], |
| ) |
| |
| filegroup( |
| name = 'libs', |
| srcs = glob([ |
| 'libs/**', |
| ]), |
| ) |