Don't set the default of kern.fallback_elf_brand to FreeBSD for arm, as

binutils now do the job for us
This commit is contained in:
Olivier Houchard 2005-05-24 22:21:44 +00:00
parent 15ba408fd7
commit 77f30ffff8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146598

View file

@ -82,11 +82,7 @@ static int __CONCAT(exec_, __elfN(imgact))(struct image_params *imgp);
SYSCTL_NODE(_kern, OID_AUTO, __CONCAT(elf, __ELF_WORD_SIZE), CTLFLAG_RW, 0,
"");
#ifdef __arm__
int __elfN(fallback_brand) = 9;
#else
int __elfN(fallback_brand) = -1;
#endif
SYSCTL_INT(__CONCAT(_kern_elf, __ELF_WORD_SIZE), OID_AUTO,
fallback_brand, CTLFLAG_RW, &__elfN(fallback_brand), 0,
__XSTRING(__CONCAT(ELF, __ELF_WORD_SIZE)) " brand of last resort");