git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
AxWin2 - Working in UDP based IPC, select() for input
[tpg/acess2.git]
/
Makefile.x86_64.cfg
1
2
CC = x86_64-none-elf-gcc
3
LD = x86_64-none-elf-ld
4
DISASM = x86_64-none-elf-objdump -d -M x86-64
5
6
KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall -Werror
7
DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone
8
9
ARCHDIR = x86_64
10
11
ASFLAGS = -felf64
12
UCC
git Repository :: git.ucc.asn.au