5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-02-18 22:03:56 -04:00

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
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