Make build more portable
This commit is contained in:
parent
997b2edda0
commit
ac82b7e5cc
5 changed files with 47 additions and 28 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue