SWDEV-307184 - Make sure runtime passes CO version into comgr

Disable devlib linking when runtime links multiple objects from
the app. Otherwise devlibs will be linked twice and may cause
undefined behavior with COv5.

Change-Id: I3b8640c64ff898893225fe3af5b4b4a32d42bf40
Dieser Commit ist enthalten in:
German Andryeyev
2022-04-11 10:50:02 -04:00
Ursprung f80769ef1a
Commit c275d9b4b3
3 geänderte Dateien mit 29 neuen und 13 gelöschten Zeilen
+8
Datei anzeigen
@@ -1267,6 +1267,14 @@ OPTION(OT_BOOL, \
false, 0, 0, NULL, \
"Enable the xnack feature for Finalizer/SC")
// -code-object-version=<num> : code object version
OPTION(OT_UINT32, \
OA_RUNTIME|OVA_OPTIONAL|OA_SEPARATOR_EQUAL, \
"code-object-version", NULL, \
LCCodeObjectVersion, \
4, 4, 5, NULL, \
"Specify code object ABI version. Allowed values are 4, and 5. Defaults to 4. (COMGR only)")
/*
Do not remove the following line. Any option should be
added above this line.