From e2a3a4e45c853ffabd9e4a84187b48167e2d1119 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 7 Jul 2014 10:27:04 +1000 Subject: [PATCH] build: allow native build to use distcc --- mk/board_native.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mk/board_native.mk b/mk/board_native.mk index 371de67216..5e81963ca1 100644 --- a/mk/board_native.mk +++ b/mk/board_native.mk @@ -19,9 +19,10 @@ COPTS = -ffunction-sections -fdata-sections -fsigned-char ASOPTS = -x assembler-with-cpp -ifneq ($(SYSTYPE),Darwin) -LISTOPTS = -adhlns=$(@:.o=.lst) -endif +# disable as this breaks distcc +#ifneq ($(SYSTYPE),Darwin) +#LISTOPTS = -adhlns=$(@:.o=.lst) +#endif CPUFLAGS = -D_GNU_SOURCE CPULDFLAGS = -g