Skip to content

Commit

Permalink
cpu: 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 eca2ba9 commit 5d6850b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpu/arm7_common/Makefile.include
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Target architecture for the build. Use arm-none-eabi if you are unsure.
export TARGET_ARCH ?= arm-none-eabi
TARGET_ARCH ?= arm-none-eabi

INCLUDES += -I$(RIOTBASE)/cpu/arm7_common/include/

Expand Down
2 changes: 1 addition & 1 deletion cpu/esp32/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ PSEUDOMODULES += esp_spi_ram
PSEUDOMODULES += esp_spiffs
PSEUDOMODULES += esp_wifi_any

export TARGET_ARCH ?= xtensa-esp32-elf
TARGET_ARCH ?= xtensa-esp32-elf

USEMODULE += esp_common
USEMODULE += esp_idf
Expand Down
2 changes: 1 addition & 1 deletion cpu/esp8266/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ endif

# regular Makefile

export TARGET_ARCH ?= xtensa-esp8266-elf
TARGET_ARCH ?= xtensa-esp8266-elf

# ESP8266 pseudomodules
PSEUDOMODULES += esp_gdb
Expand Down

0 comments on commit 5d6850b

Please sign in to comment.