build: allow native build to use distcc

This commit is contained in:
Andrew Tridgell 2014-07-07 10:27:04 +10:00
parent 1bf0c4c67d
commit e2a3a4e45c

View File

@ -19,9 +19,10 @@ COPTS = -ffunction-sections -fdata-sections -fsigned-char
ASOPTS = -x assembler-with-cpp ASOPTS = -x assembler-with-cpp
ifneq ($(SYSTYPE),Darwin) # disable as this breaks distcc
LISTOPTS = -adhlns=$(@:.o=.lst) #ifneq ($(SYSTYPE),Darwin)
endif #LISTOPTS = -adhlns=$(@:.o=.lst)
#endif
CPUFLAGS = -D_GNU_SOURCE CPUFLAGS = -D_GNU_SOURCE
CPULDFLAGS = -g CPULDFLAGS = -g