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 468017cb51..9481a3f0b3 100644
--- a/src/userland.cpp
+++ b/src/userland.cpp
@@ -106,3 +106,6 @@ const char *stage2_target_details_get_llvm_cpu(const Stage2TargetDetails *target
const char *stage2_target_details_get_llvm_features(const Stage2TargetDetails *target_details) {
return "";
}
+const char *stage2_target_details_get_builtin_str(const Stage2TargetDetails *target_details) {
+ return "";
+}