mirror of
https://github.com/tailix/kernel.git
synced 2024-10-30 12:03:52 -04:00
Specify output arch
This commit is contained in:
parent
1bdccf6e84
commit
0ca476069a
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
OUTPUT_ARCH("i386")
|
||||||
ENTRY(_start)
|
ENTRY(_start)
|
||||||
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
|
|
Loading…
Reference in a new issue