aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2015-08-02 02:21:46 +0100
committerBen Laurie <ben@links.org>2015-08-02 02:21:46 +0100
commitd237a2739c91eb97a7be57989de0a18051f98963 (patch)
treeca4b1450ece512cadc7ff8d4d81784ebbcfc5245 /Configurations
parent9e83e6cda97ae9cb3167e5d8548a7ca0b54cc4e6 (diff)
downloadopenssl-d237a2739c91eb97a7be57989de0a18051f98963.tar.gz
Build with --strict-warnings on FreeBSD.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index b5d32b6850..15af87ea1a 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -830,7 +830,7 @@
# expands it as -lc_r, which has to be accompanied by explicit
# -D_THREAD_SAFE and sometimes -D_REENTRANT. FreeBSD 5.x
# expands it as -lc_r, which seems to be sufficient?
- cc => "gcc",
+ cc => "cc",
cflags => "-Wall",
debug_cflags => "-O0 -g",
release_cflags => "-O3",