| Constructor and Description |
|---|
MuslLibC() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkIfLibCSupported() |
List<String> |
getAdditionalQueryCodeCompilerOptions() |
String |
getName() |
String |
getTargetCompiler() |
boolean |
hasIsolatedNamespaces() |
boolean |
requiresLibCSpecificStaticJDKLibraries()
Checks if static JDK libraries compiled with the target libC are mandatory for building the
native-image.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsLibCAnnotation, isMethodProvidedInCurrentLibc, isPlatformEquivalent, isProvidedInCurrentLibc, isTypeProvidedInCurrentLibc, singleton, targetLibCIspublic static final String NAME
public List<String> getAdditionalQueryCodeCompilerOptions()
getAdditionalQueryCodeCompilerOptions in interface LibCBasepublic String getTargetCompiler()
getTargetCompiler in interface LibCBasepublic boolean hasIsolatedNamespaces()
hasIsolatedNamespaces in interface LibCBasepublic boolean requiresLibCSpecificStaticJDKLibraries()
LibCBaserequiresLibCSpecificStaticJDKLibraries in interface LibCBasepublic void checkIfLibCSupported()
checkIfLibCSupported in interface LibCBase