Skip to content

Commit

Permalink
make: remove useless export of TARGET_ARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Feb 7, 2020
1 parent 5d6850b commit 8a79421
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion makefiles/arch/mips.inc.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Target triple for the build.
export TARGET_ARCH ?= mips-mti-elf
TARGET_ARCH ?= mips-mti-elf

ABI = 32

Expand Down
2 changes: 1 addition & 1 deletion makefiles/arch/msp430.inc.mk
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion makefiles/arch/riscv.inc.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8a79421

Please sign in to comment.