make: remove useless export of TARGET_ARCH

This commit is contained in:
Alexandre Abadie 2020-01-10 14:55:52 +01:00
parent ed101a6b92
commit c7a3219ddb
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Target triple for the build.
export TARGET_ARCH ?= mips-mti-elf
TARGET_ARCH ?= mips-mti-elf
ABI = 32

View File

@ -1,5 +1,5 @@
# Target architecture for the build. Use msp430 if you are unsure.
export TARGET_ARCH ?= msp430
TARGET_ARCH ?= msp430
# define build specific options
CFLAGS_CPU = -mmcu=$(CPU_MODEL)

View File

@ -1,5 +1,5 @@
# Target architecture for the build.
export TARGET_ARCH ?= riscv-none-embed
TARGET_ARCH ?= riscv-none-embed
# define build specific options
CFLAGS_CPU = -march=rv32imac -mabi=ilp32 -mcmodel=medlow -msmall-data-limit=8