projects
/
BearSSL
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dc6211
)
Switch C compiler to the generic 'cc' (to use the default compiler, not necessarily...
author
Thomas Pornin
<pornin@bolet.org>
Mon, 28 Aug 2017 14:26:33 +0000
(16:26 +0200)
committer
Thomas Pornin
<pornin@bolet.org>
Mon, 28 Aug 2017 14:26:33 +0000
(16:26 +0200)
conf/Unix.mk
patch
|
blob
|
history
diff --git
a/conf/Unix.mk
b/conf/Unix.mk
index
7764748
..
02f2b2b
100644
(file)
--- a/
conf/Unix.mk
+++ b/
conf/Unix.mk
@@
-37,7
+37,7
@@
RM = rm -f
MKDIR = mkdir -p
# C compiler and flags.
-CC =
g
cc
+CC = cc
CFLAGS = -W -Wall -Os -fPIC
CCOUT = -c -o
@@
-47,12
+47,12
@@
ARFLAGS = -rcs
AROUT =
# DLL building tool.
-LDDLL =
g
cc
+LDDLL = cc
LDDLLFLAGS = -shared
LDDLLOUT = -o
# Static linker.
-LD =
g
cc
+LD = cc
LDFLAGS =
LDOUT = -o