projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6654ba4
)
Makefile: do not hardcode CC and LINK
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Fri, 24 Mar 2023 05:03:09 +0000
(10:33 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Fri, 24 Mar 2023 05:03:09 +0000
(10:33 +0530)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ce21e4018a8974cfb0ace88c5872da824183dd4b..b734d6e6be09641f913696f48645cc553ca0e408 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-42,9
+42,6
@@
LOCALCW_INCLUDE=LOCALCW
# very early code not included yet
#SERVER_INCLUDE=SERVER
-CC=gcc
-LINK=gcc
-
ifeq ($(LEVEL_CTRL),SW_LEVEL_CTRL)
LEVEL_OPTIONS=-D SW_LEVEL_CTRL
endif