mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
Revert "fix elif without argument" wrong file commited
This reverts commit cf9ffec2d6faa2030e36389462070ec668bd6b0b.
This commit is contained in:
+5
-5
@@ -31,13 +31,13 @@ SRC_ARCH = arm7
|
||||
# Define programs and commands.
|
||||
HAVE_ARM_NONE_EABI_GCC := $(wildcard /usr/bin/arm-none-eabi-gcc)
|
||||
ifeq ($(strip $(HAVE_ARM_NONE_EABI_GCC)),)
|
||||
CC = /home/flixr/code/arm-2010q1/bin/arm-none-eabi-gcc
|
||||
CC = arm-elf-gcc
|
||||
LD = $(CC)
|
||||
SHELL = sh
|
||||
OBJCOPY = /home/flixr/code/arm-2010q1/bin/arm-none-eabi-objcopy
|
||||
OBJDUMP = /home/flixr/code/arm-2010q1/bin/arm-none-eabi-objdump
|
||||
SIZE = /home/flixr/code/arm-2010q1/bin/arm-none-eabi-size
|
||||
NM = /home/flixr/code/arm-2010q1/bin/arm-none-eabi-nm
|
||||
OBJCOPY = arm-elf-objcopy
|
||||
OBJDUMP = arm-elf-objdump
|
||||
SIZE = arm-elf-size
|
||||
NM = arm-elf-nm
|
||||
else
|
||||
CC = arm-none-eabi-gcc
|
||||
LD = $(CC)
|
||||
|
||||
Reference in New Issue
Block a user