make/clang.mk

changeset 754
4bc7d966c9db
parent 753
24dc84788dee
child 771
1c7202701bd6
     1.1 --- a/make/clang.mk	Thu Oct 12 00:00:35 2023 +0200
     1.2 +++ b/make/clang.mk	Wed Oct 18 21:07:02 2023 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# gcc toolchain config
     1.6 +# clang toolchain config
     1.7  #
     1.8  
     1.9  CFLAGS =
    1.10 @@ -11,4 +11,4 @@
    1.11  LDFLAGS =
    1.12  
    1.13  SHLIB_CFLAGS = -fPIC
    1.14 -SHLIB_LDFLAGS = -shared
    1.15 \ No newline at end of file
    1.16 +SHLIB_LDFLAGS = -shared

mercurial