From 734310ff0de7de272ef8198f68b5e2d0cbf92f75 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 2 Feb 2018 13:44:17 +0100 Subject: [PATCH] Allow executables for x86_64-blog_os target --- x86_64-blog_os.json | 1 + 1 file changed, 1 insertion(+) diff --git a/x86_64-blog_os.json b/x86_64-blog_os.json index 909d3fe5..feaa8a97 100644 --- a/x86_64-blog_os.json +++ b/x86_64-blog_os.json @@ -7,6 +7,7 @@ "target-c-int-width": "32", "arch": "x86_64", "os": "none", + "executables": true, "features": "-mmx,-sse,+soft-float", "disable-redzone": true, "panic": "abort"