UNIXworkcode

1 # 2 # gcc toolchain config 3 # 4 5 CFLAGS = 6 LDFLAGS = 7 8 SHLIB_CFLAGS = -fPIC 9 SHLIB_LDFLAGS = -shared 10 11