mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
[fix] add which command to test if GDB exists for arm linux (#2741)
This was blocking for some reason with the Parrot toolchain
This commit is contained in:
committed by
GitHub
parent
c34df8abf4
commit
5cfda00673
@@ -46,7 +46,7 @@ NM = $(PREFIX)-nm
|
|||||||
SIZE = $(PREFIX)-size
|
SIZE = $(PREFIX)-size
|
||||||
STRIP = $(PREFIX)-strip
|
STRIP = $(PREFIX)-strip
|
||||||
|
|
||||||
GDB = $(shell $(PREFIX)-gdb)
|
GDB = $(shell which $(PREFIX)-gdb)
|
||||||
ifeq ($(GDB),)
|
ifeq ($(GDB),)
|
||||||
GDB = $(shell which gdb-multiarch)
|
GDB = $(shell which gdb-multiarch)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user