mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update reported elftoolchain version
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
This commit is contained in:
parent
8436f7fe62
commit
e9c93198bc
1 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,5 @@
|
|||
const char *
|
||||
elftc_version(void)
|
||||
{
|
||||
return "libelftc r3130";
|
||||
return "elftoolchain r3136M";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue