X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2FMakefile-Linux;h=cbbe01fe04a17ed62fa7a7daca46e6a5ae85c837;hb=bcd69700de5abae9ece41aadd403b621c6869ed6;hp=990f884e9cb2b33ac3ce734986c461312b21449e;hpb=13d08c906fd061e1ebd673789b132ce2a5d2e782;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/Makefile-Linux b/src/OS/Makefile-Linux index 990f884e9..cbbe01fe0 100644 --- a/src/OS/Makefile-Linux +++ b/src/OS/Makefile-Linux @@ -12,6 +12,8 @@ CHOWN_COMMAND=look_for_it CHGRP_COMMAND=look_for_it CHMOD_COMMAND=look_for_it +# The system cc may be gcc or clang; do not force gcc +CC=cc # Preserve CFLAGS and CFLAGS_DYNAMIC from the caller/environment CFLAGS ?= -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE CFLAGS_DYNAMIC ?= -shared -rdynamic