git: a2b2e57806e9 - main - kerberos5: retire now-unused MIPS support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Nov 2022 17:16:36 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=a2b2e57806e9d8151209c75024dd543b21ba26f4 commit a2b2e57806e9d8151209c75024dd543b21ba26f4 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-10-18 14:27:49 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-11-02 17:16:18 +0000 kerberos5: retire now-unused MIPS support --- kerberos5/include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kerberos5/include/config.h b/kerberos5/include/config.h index 73aacf8dfa6e..56cbd56c0847 100644 --- a/kerberos5/include/config.h +++ b/kerberos5/include/config.h @@ -1290,7 +1290,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } #define HAVE___PROGNAME 1 /* have __sync_add_and_fetch */ -#if defined(__FreeBSD__) && (defined(__arm__) || defined(__mips__)) +#if defined(__FreeBSD__) && defined(__arm__) #undef HAVE___SYNC_ADD_AND_FETCH /* Not supported on FreeBSD/arm */ #else #define HAVE___SYNC_ADD_AND_FETCH 1