diff options
author | Ed Schouten <ed@FreeBSD.org> | 2017-03-23 14:12:21 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2017-03-23 14:12:21 +0000 |
commit | ebfc28088b34e8622f4d6cbefdf998e7dbd2047f (patch) | |
tree | 9723e571741160765e8cef7e3fb652ed151e37ba /sys/amd64/cloudabi64 | |
parent | 0fe9832013fe43c2df1a6bc7d431f3d13bc78698 (diff) |
Stop providing the compat_3_brand.
As of r315860, the ELF image activator works fine for CloudABI without it.
Reviewed by: kib
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=315861
Diffstat (limited to 'sys/amd64/cloudabi64')
-rw-r--r-- | sys/amd64/cloudabi64/cloudabi64_sysvec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/cloudabi64/cloudabi64_sysvec.c b/sys/amd64/cloudabi64/cloudabi64_sysvec.c index 3428bbf49093..84f0cb387de7 100644 --- a/sys/amd64/cloudabi64/cloudabi64_sysvec.c +++ b/sys/amd64/cloudabi64/cloudabi64_sysvec.c @@ -213,5 +213,4 @@ Elf64_Brandinfo cloudabi64_brand = { .machine = EM_X86_64, .sysvec = &cloudabi64_elf_sysvec, .flags = BI_CAN_EXEC_DYN | BI_BRAND_ONLY_STATIC, - .compat_3_brand = "CloudABI", }; |