Skip to content

Commit

Permalink
supports builds on 4.8.4 arm-gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mcgowan committed Jan 26, 2016
1 parent e4e4b97 commit 88d67b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions newlib_nano/import.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ NEWLIBNANO_LIB_DEP = $(NEWLIBNANO_LIB_DIR)/lib$(NEWLIBNANO_MODULE_NAME).a

LIB_DIRS += $(NEWLIBNANO_LIB_DIR)

#$(info "version $(arm_gcc_version)")
ifeq ("$(firstword $(arm_gcc_version))", "4.8.4")
NEWLIB_TWEAK_SPECS = $(NEWLIBNANO_MODULE_PATH)/src/custom-nano-4.8.4.specs
else
NEWLIB_TWEAK_SPECS = $(NEWLIBNANO_MODULE_PATH)/src/custom-nano.specs
endif

0 comments on commit 88d67b6

Please sign in to comment.