git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Usermode/libc - inttypes.h fixed to include stdint.h
[tpg/acess2.git]
/
BuildConf
/
x86
/
Makefile.cfg
1
#
2
# Acess2 Build Configuration
3
#
4
5
CC = i586-elf-gcc
6
#CC = clang -m32
7
LD = i586-elf-ld
8
#CC = gcc
9
#LD = ld
10
AS = nasm
11
#OBJDUMP = i586-elf-objdump
12
OBJDUMP = objdump
13
RM = @rm -f
14
STRIP = strip
15
16
ARCHDIR = x86
17
18
DYNMOD_FLAGS := -mcmodel=small -fPIC
19
20
21
ASFLAGS = -felf
UCC
git Repository :: git.ucc.asn.au