Make build more portable

This commit is contained in:
mintsuki 2022-06-15 21:44:21 +02:00
parent 997b2edda0
commit ac82b7e5cc
5 changed files with 47 additions and 28 deletions

View file

@ -1,7 +1,3 @@
/* Tell the linker that we want an x86_64 ELF64 output file */
OUTPUT_FORMAT(elf64-x86-64)
OUTPUT_ARCH(i386:x86-64)
/* We want the symbol _start to be our entry point */
ENTRY(_start)