travis
This commit is contained in:
parent
7ce7e29f34
commit
51f17192b0
4
Makefile
4
Makefile
|
@ -55,8 +55,8 @@ startup_stm32f103xe.s
|
||||||
#######################################
|
#######################################
|
||||||
# binaries
|
# binaries
|
||||||
#######################################
|
#######################################
|
||||||
#PREFIX = arm-none-eabi-
|
PREFIX = arm-none-eabi-
|
||||||
PREFIX = gcc-arm-none-eabi-7/bin/arm-none-eabi-
|
#PREFIX = gcc-arm-none-eabi-7/bin/arm-none-eabi-
|
||||||
CC = $(PREFIX)gcc
|
CC = $(PREFIX)gcc
|
||||||
AS = $(PREFIX)gcc -x assembler-with-cpp
|
AS = $(PREFIX)gcc -x assembler-with-cpp
|
||||||
CP = $(PREFIX)objcopy
|
CP = $(PREFIX)objcopy
|
||||||
|
|
Loading…
Reference in New Issue