X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile.x86.cfg;h=7b3d8a9827a758d5f9a38ea30956798e6455d305;hb=15442765f459f04d9bcd6eac6726221272cc0a96;hp=705fe8a6dde9d6de0b778ceb5977326ebc06291f;hpb=82adac267bc089391397b36413bba210a8e7c68f;p=tpg%2Facess2.git diff --git a/Makefile.x86.cfg b/Makefile.x86.cfg index 705fe8a6..7b3d8a98 100644 --- a/Makefile.x86.cfg +++ b/Makefile.x86.cfg @@ -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