mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 04:46:51 +08:00
[conf] cleanup linux makefiles
This commit is contained in:
+4
-1
@@ -25,7 +25,10 @@
|
||||
# Normally don't use this makefile directly, but rather Makefile.arm-linux or Makefile.bbb
|
||||
#
|
||||
|
||||
# Define programs and commands.
|
||||
# Define some default programs and commands (if not already set by e.g. Makefile.arm-linux
|
||||
CC ?= gcc
|
||||
CXX ?= g++
|
||||
LD ?= $(CC)
|
||||
|
||||
# Launch with "make Q=''" to get full command display
|
||||
Q=@
|
||||
|
||||
Reference in New Issue
Block a user