Skip to content
Snippets Groups Projects
Commit d44dd24e authored by John Hodge's avatar John Hodge
Browse files

BuildConf/x86_64 - Set AS to fix compile errors (caused by recent updates)

parent 36b4f8f5
No related merge requests found
TRIPLET = x86_64-pc-acess2 TRIPLET = x86_64-pc-acess2
AS = nasm
KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall -mno-sse KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall -mno-sse
DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone -mno-sse DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone -mno-sse
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment