Kernel/api_video - Oops, forgot this
[tpg/acess2.git] / Makefile.x86.cfg
index 705fe8a..7b3d8a9 100644 (file)
@@ -1,2 +1,17 @@
+#
+# Acess2 Build Configuration
+#
+
+CC = i586-elf-gcc
+LD = i586-elf-ld
+AS = nasm
+OBJDUMP = i586-elf-objdump
+RM = @rm -f
+STRIP = strip
+
+ARCHDIR = x86
+
+DYNMOD_FLAGS := -mcmodel=small -fPIC
+
 
 ASFLAGS = -felf

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