mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-07 17:52:25 +01:00
FreeBSD build config now uses clang
This commit is contained in:
parent
647d370867
commit
4a45cfe05b
@ -1,8 +1,7 @@
|
|||||||
#
|
#
|
||||||
# FreeBSD
|
# 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
|
# Define Tools
|
||||||
#
|
#
|
||||||
CC = gcc
|
CC = clang
|
||||||
CXX = g++
|
CXX = clang++
|
||||||
LINK = $(CXX)
|
LINK = $(CXX)
|
||||||
LIB = ar -cr
|
LIB = ar -cr
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
|
Loading…
Reference in New Issue
Block a user