mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-29 17:52:44 +00:00
FreeBSD build config now uses clang
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#
|
||||
# FreeBSD
|
||||
#
|
||||
# Make settings for FreeBSD 6.0/gcc 3.4
|
||||
#
|
||||
# Make settings for FreeBSD 12.x/clang
|
||||
#
|
||||
|
||||
#
|
||||
@@ -13,8 +12,8 @@ LINKMODE ?= SHARED
|
||||
#
|
||||
# Define Tools
|
||||
#
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
CC = clang
|
||||
CXX = clang++
|
||||
LINK = $(CXX)
|
||||
LIB = ar -cr
|
||||
RANLIB = ranlib
|
||||
|
||||
Reference in New Issue
Block a user