1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-20 11:16:10 -05:00

Specify output arch

This commit is contained in:
Braiden Vasco 2017-11-04 02:22:09 +00:00
parent 1bdccf6e84
commit 0ca476069a

View file

@ -1,3 +1,4 @@
OUTPUT_ARCH("i386")
ENTRY(_start)
SECTIONS