webmcp

diff framework/accelerator/Makefile @ 541:72e55c2eb63c

Use "cc -shared" instead of "ld -shared" to create *.so files
author jbe
date Sat Oct 19 15:05:55 2019 +0200 (2019-10-19)
parents 9fdfb27f8e67
children
line diff
     1.1 --- a/framework/accelerator/Makefile	Sat Oct 12 20:35:00 2019 +0200
     1.2 +++ b/framework/accelerator/Makefile	Sat Oct 19 15:05:55 2019 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  include ../../Makefile.options
     1.5  
     1.6  webmcp_accelerator.so: webmcp_accelerator.o
     1.7 -	$(LD) $(LDFLAGS) -o webmcp_accelerator.$(SLIB_EXT) webmcp_accelerator.o
     1.8 +	$(CC) $(SHAREDFLAGS) -o webmcp_accelerator.$(SLIB_EXT) webmcp_accelerator.o
     1.9  
    1.10  webmcp_accelerator.o: webmcp_accelerator.c
    1.11  	$(CC) -c $(CFLAGS) -o webmcp_accelerator.o webmcp_accelerator.c

Impressum / About Us