aboutsummaryrefslogtreecommitdiff
path: root/src/userland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/userland.cpp')
-rw-r--r--src/userland.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/userland.cpp b/src/userland.cpp
index 9481a3f0b3..0e173d7e76 100644
--- a/src/userland.cpp
+++ b/src/userland.cpp
@@ -109,3 +109,6 @@ const char *stage2_target_details_get_llvm_features(const Stage2TargetDetails *t
const char *stage2_target_details_get_builtin_str(const Stage2TargetDetails *target_details) {
return "";
}
+Stage2TargetDetails *stage2_target_details_get_default(const char *arch, const char *os) {
+ return nullptr;
+}