mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
The last elftoolchain update is upstream rev 3136. Update our reported version and add M (Modified) suffix as our elftoolchain contains additional fixes not yet committed upstream. Sponsored by: The FreeBSD Foundation
10 lines
131 B
C
10 lines
131 B
C
/* $FreeBSD$ */
|
|
|
|
#include <sys/types.h>
|
|
#include <libelftc.h>
|
|
|
|
const char *
|
|
elftc_version(void)
|
|
{
|
|
return "elftoolchain r3136M";
|
|
}
|