1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-09-04 22:42:59 -04: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