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:
parent
1bf0c4c67d
commit
e2a3a4e45c
@ -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…
Reference in New Issue
Block a user