aboutsummaryrefslogtreecommitdiff
path: root/Makefile.linux
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.linux')
-rw-r--r--Makefile.linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.linux b/Makefile.linux
index 156a5e6..0c4a748 100644
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -1,4 +1,4 @@
pdp.pd_linux: pdp_all
rm -f pdp.pd_linux
- gcc -export_dynamic -shared -o pdp.pd_linux modules/*.o system/*.o $(PDP_LIBS)
+ $(CC) -export_dynamic -shared -o pdp.pd_linux modules/*.o system/*.o $(PDP_LIBS)
#strip --strip-unneeded pdp.pd_linux