1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

Add Make function to get architecture

This commit is contained in:
James Duley 2015-11-26 04:25:32 +00:00
parent 86c262d708
commit 9c0b8d3f71

View File

@ -51,3 +51,4 @@ endef
smallify = $(subst $(SPACE),-,$(call lc,$1)) smallify = $(subst $(SPACE),-,$(call lc,$1))
get_arch = $(shell $(CC) -dumpmachine | sed s/-.*//)