Browse Source

build: allow native build to use distcc

master
Andrew Tridgell 11 years ago
parent
commit
e2a3a4e45c
  1. 7
      mk/board_native.mk

7
mk/board_native.mk

@ -19,9 +19,10 @@ COPTS = -ffunction-sections -fdata-sections -fsigned-char @@ -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

Loading…
Cancel
Save