mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
Use configured compiler for libuafs on Darwin
There's no need to hardcode 'cc' for libuafs builds on Darwin. Let the user specify the compiler to use, in the same way as for the rest of the tree. Reviewed-on: http://gerrit.openafs.org/531 Tested-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
6d51ebd6c8
commit
efe8258a92
@ -14,7 +14,6 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
|
||||
|
||||
# System specific build commands and flags
|
||||
CC = cc
|
||||
DEFINES= -D_REENTRANT -DKERNEL -DUKERNEL
|
||||
KOPTS=
|
||||
CFLAGS=-I. -I.. -I${TOP_OBJDIR}/src/config ${FSINCLUDES} $(DEFINES) $(KOPTS) ${DBG} $(XCFLAGS) $(ARCHFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user