mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +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
|
||||
STRIP = $(PREFIX)-strip
|
||||
|
||||
GDB = $(shell $(PREFIX)-gdb)
|
||||
GDB = $(shell which $(PREFIX)-gdb)
|
||||
ifeq ($(GDB),)
|
||||
GDB = $(shell which gdb-multiarch)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user