make: remove useless export of TARGET_ARCH
This commit is contained in:
parent
ed101a6b92
commit
c7a3219ddb
@ -1,5 +1,5 @@
|
|||||||
# Target triple for the build.
|
# Target triple for the build.
|
||||||
export TARGET_ARCH ?= mips-mti-elf
|
TARGET_ARCH ?= mips-mti-elf
|
||||||
|
|
||||||
ABI = 32
|
ABI = 32
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Target architecture for the build. Use msp430 if you are unsure.
|
# Target architecture for the build. Use msp430 if you are unsure.
|
||||||
export TARGET_ARCH ?= msp430
|
TARGET_ARCH ?= msp430
|
||||||
|
|
||||||
# define build specific options
|
# define build specific options
|
||||||
CFLAGS_CPU = -mmcu=$(CPU_MODEL)
|
CFLAGS_CPU = -mmcu=$(CPU_MODEL)
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Target architecture for the build.
|
# Target architecture for the build.
|
||||||
export TARGET_ARCH ?= riscv-none-embed
|
TARGET_ARCH ?= riscv-none-embed
|
||||||
|
|
||||||
# define build specific options
|
# define build specific options
|
||||||
CFLAGS_CPU = -march=rv32imac -mabi=ilp32 -mcmodel=medlow -msmall-data-limit=8
|
CFLAGS_CPU = -march=rv32imac -mabi=ilp32 -mcmodel=medlow -msmall-data-limit=8
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user