mirror of
https://github.com/ayabusa/Numworks-zeta-os.git
synced 2026-05-25 03:42:31 +00:00
updated workflow
This commit is contained in:
@@ -10,18 +10,18 @@ MCU_SPEC = cortex-m7
|
||||
|
||||
# Toolchain definitions (ARM bare metal defaults)
|
||||
ifndef RUN_IN_GITHUB_ACTION
|
||||
TOOLCHAIN = /usr/bin# if make is run normally
|
||||
TOOLCHAIN = /usr/bin/# if make is run normally
|
||||
else
|
||||
TOOLCHAIN = $(ARM_NONE_EABI_GCC_PATH) # if run inside of a github action
|
||||
endif
|
||||
|
||||
CP = $(TOOLCHAIN)/arm-none-eabi-g++
|
||||
CC = $(TOOLCHAIN)/arm-none-eabi-gcc
|
||||
AS = $(TOOLCHAIN)/arm-none-eabi-as
|
||||
LD = $(TOOLCHAIN)/arm-none-eabi-ld
|
||||
OC = $(TOOLCHAIN)/arm-none-eabi-objcopy
|
||||
OD = $(TOOLCHAIN)/arm-none-eabi-objdump
|
||||
OS = $(TOOLCHAIN)/arm-none-eabi-size
|
||||
CP = $(TOOLCHAIN)arm-none-eabi-g++
|
||||
CC = $(TOOLCHAIN)arm-none-eabi-gcc
|
||||
AS = $(TOOLCHAIN)arm-none-eabi-as
|
||||
LD = $(TOOLCHAIN)arm-none-eabi-ld
|
||||
OC = $(TOOLCHAIN)arm-none-eabi-objcopy
|
||||
OD = $(TOOLCHAIN)arm-none-eabi-objdump
|
||||
OS = $(TOOLCHAIN)arm-none-eabi-size
|
||||
|
||||
# Assembly directives.
|
||||
ASFLAGS += -c
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user