Usermode - POSIX and C conformance changes
[tpg/acess2.git] / Usermode / Libraries / Makefile.cfg
index a9a0eef..c3cb7b1 100644 (file)
@@ -6,8 +6,9 @@
 MAKEDEP  = $(CC) -M
 
 ifeq ($(ARCHDIR),native)
-ASFLAGS += -D ARCHDIR=$(ARCHDIR) -D __ASSEMBLER__=1
-LDFLAGS := -lacess-native
+ ASFLAGS += -D ARCHDIR=$(ARCHDIR) -D __ASSEMBLER__=1
+ LDFLAGS := -lacess-native
+ #CPPFLAGS := -D SoMain="__attribute__ ((constructor(101))) libacessnative_init"
  ifeq ($(PLATFORM),windows)
  else
   LDFLAGS += -Wl,-init,SoMain

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