Changeset View
Changeset View
Standalone View
Standalone View
usr.bin/Makefile
| Show First 20 Lines • Show All 249 Lines • ▼ Show 20 Lines | |||||
| SUBDIR.${MK_TOOLCHAIN}+= ar | SUBDIR.${MK_TOOLCHAIN}+= ar | ||||
| SUBDIR.${MK_TOOLCHAIN}+= nm | SUBDIR.${MK_TOOLCHAIN}+= nm | ||||
| SUBDIR.${MK_TOOLCHAIN}+= readelf | SUBDIR.${MK_TOOLCHAIN}+= readelf | ||||
| SUBDIR.${MK_TOOLCHAIN}+= size | SUBDIR.${MK_TOOLCHAIN}+= size | ||||
| .endif | .endif | ||||
| SUBDIR.${MK_TOOLCHAIN}+= c89 | SUBDIR.${MK_TOOLCHAIN}+= c89 | ||||
| SUBDIR.${MK_TOOLCHAIN}+= c99 | SUBDIR.${MK_TOOLCHAIN}+= c99 | ||||
| SUBDIR.${MK_TOOLCHAIN}+= ctags | SUBDIR.${MK_TOOLCHAIN}+= ctags | ||||
| .if ${MK_LLVM_CXXFILT} == "no" | |||||
| SUBDIR.${MK_TOOLCHAIN}+= cxxfilt | SUBDIR.${MK_TOOLCHAIN}+= cxxfilt | ||||
| .endif | |||||
| # ELF Tool Chain elfcopy required for EFI objects (PR280771) | # ELF Tool Chain elfcopy required for EFI objects (PR280771) | ||||
| SUBDIR.${MK_TOOLCHAIN}+= elfcopy | SUBDIR.${MK_TOOLCHAIN}+= elfcopy | ||||
| SUBDIR.${MK_TOOLCHAIN}+= file2c | SUBDIR.${MK_TOOLCHAIN}+= file2c | ||||
| SUBDIR.${MK_TOOLCHAIN}+= gprof | SUBDIR.${MK_TOOLCHAIN}+= gprof | ||||
| SUBDIR.${MK_TOOLCHAIN}+= indent | SUBDIR.${MK_TOOLCHAIN}+= indent | ||||
| SUBDIR.${MK_TOOLCHAIN}+= lex | SUBDIR.${MK_TOOLCHAIN}+= lex | ||||
| SUBDIR.${MK_TOOLCHAIN}+= lorder | SUBDIR.${MK_TOOLCHAIN}+= lorder | ||||
| SUBDIR.${MK_TOOLCHAIN}+= mkstr | SUBDIR.${MK_TOOLCHAIN}+= mkstr | ||||
| Show All 18 Lines | |||||