AcessNative - Updated syscall names
[tpg/acess2.git] / Usermode / Libraries / Makefile.cfg
index 330f55b..4bb2c99 100644 (file)
@@ -16,9 +16,9 @@ ifeq ($(ARCHDIR),native)
   CFLAGS += -fPIC
  endif
 else
-CPPFLAGS := -ffreestanding
-CFLAGS   := -fno-stack-protector -fPIC
-LDFLAGS  := -I/Acess/Libs/ld-acess.so -lld-acess `$(CC) -print-libgcc-file-name`
+ CPPFLAGS := -ffreestanding
+ CFLAGS   := -fno-stack-protector -fPIC
+ LDFLAGS  := -I/Acess/Libs/ld-acess.so -lld-acess `$(CC) -print-libgcc-file-name`
 endif
 LDFLAGS += -g -nostdlib -shared -eSoMain -x --no-undefined -L$(OUTPUTDIR)Libs/
 

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