mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-20 23:04:09 -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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user