Usermode/ld-acess - Adding elf64 support
[tpg/acess2.git] / Makefile.i386.cfg
1 #
2 # Acess2 Build Configuration
3 #
4
5 CC = i586-elf-gcc
6 LD = i586-elf-ld
7 AS = nasm
8 OBJDUMP = i586-elf-objdump
9 RM = @rm -f
10 STRIP = strip
11
12 ARCHDIR = x86
13
14 DYNMOD_FLAGS := -mcmodel=small -fPIC
15

UCC git Repository :: git.ucc.asn.au