aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authornakst <>2020-09-15 23:22:19 +0100
committernakst <>2020-09-15 23:22:19 +0100
commitc92860e142b15c8b87fb039471fc125e285f6fb1 (patch)
treec54b031d06ad434bb3b0276dee6e38cffd6f0e50 /src/main.cpp
parent4cf240ca0538f3221cc469921daf8e12ae757b23 (diff)
update essence platform
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ed90095ef..767140007 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1917,7 +1917,7 @@ int main(int arg_count, char const **arg_ptr) {
if (build_context.cross_compiling && selected_target_metrics->metrics == &target_essence_amd64) {
#ifdef GB_SYSTEM_UNIX
- system_exec_command_line_app("linker", "x86_64-essence-gcc \"%.*s.o\" -o \"%.*s\" %.*s %.*s",
+ system_exec_command_line_app("linker", "x86_64-essence-gcc \"%.*s.o\" -o \"%.*s\" %.*s %.*s", // -ffreestanding -nostdlib
LIT(output_base), LIT(output_base), LIT(build_context.link_flags), LIT(build_context.extra_linker_flags));
#else
gb_printf_err("Linking for cross compilation for this platform is not yet supported (%.*s %.*s)\n",