diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2015-07-29 18:45:38 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2015-07-29 18:45:38 +0000 |
| commit | 5ea9e83e2fd22c8a26b9acd2f32c0941bc12aa30 (patch) | |
| tree | 1dd80db28960f1762946a615398f646b34178730 /gnu/usr.bin | |
| parent | 2d83b16bd4943160895436ad7576260d73245dbd (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 1c863dfa7a339..d1241486b46de 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -11,7 +11,7 @@ SUBDIR= doc\ as \ ld \ ${_nm} \ - objcopy \ + ${_objcopy} \ objdump \ ${_readelf} \ ${_size} \ @@ -26,5 +26,8 @@ _size= size _strings= strings _strip= strip .endif +.if ${MK_ELFTOOLCHAIN_TOOLS} == "no" || ${MK_ELFCOPY_AS_OBJCOPY} == "no" +_objcopy= objcopy +.endif .include <bsd.subdir.mk> |
