diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-06-07 00:07:21 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-06-07 00:07:21 +0000 |
| commit | 74e8d41e0ac818cfcb020b8bccbc39b0e264f47f (patch) | |
| tree | d8c7c262e7d90046436c61b9f0505d45e04c70f2 /gnu/usr.bin/binutils | |
| parent | 2ea16071f057071ca076464636eb6d65b9d1f4c1 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 7eacb9851047..eccbf31ef925 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -6,18 +6,6 @@ SUBDIR= libiberty \ libbfd \ libopcodes -SUBDIR.${MK_BINUTILS}+= doc - -# GNU as is used on x86 only, for a few files that cannot be assembled by -# Clang IAS. Other archs either use Clang IAS for every assembly file, or -# use external toolchain. -.if (${TARGET} == "amd64" || ${TARGET} == "i386") && \ - (${MK_BINUTILS} != "no" || ${MK_BINUTILS_BOOTSTRAP} != "no") -SUBDIR+= as -.endif - -SUBDIR_DEPEND_as=libbfd libiberty libopcodes - .if !make(install) SUBDIR_PARALLEL= .endif |
