Use common naming for all buildroot toolchains

This commit is contained in:
Gregory Nutt 2014-03-05 15:37:07 -06:00
parent 40621d42fc
commit 18a08fe1d1
2 changed files with 1 additions and 11 deletions

View File

@ -1,7 +1,7 @@
############################################################################
# arch/arm/src/armv/Toolchain.defs
#
# Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
# Copyright (C) 2012-2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@ -43,10 +43,6 @@
#
ifeq ($(filter y, \
$(CONFIG_DM320_BUILDROOT) \
$(CONFIG_LPC313X_BUILDROOT) \
$(CONFIG_LPC31_BUILDROOT) \
$(CONFIG_OLIMEX_LPC2378_BUILDROOT) \
$(CONFIG_ARM_TOOLCHAIN_BUILDROOT) \
),y)
CONFIG_ARM_TOOLCHAIN ?= BUILDROOT

View File

@ -53,12 +53,6 @@ ifeq ($(filter y, \
endif
ifeq ($(filter y, \
$(CONFIG_KINETIS_BUILDROOT) \
$(CONFIG_LM_BUILDROOT) \
$(CONFIG_LPC17_BUILDROOT) \
$(CONFIG_LPC43_BUILDROOT) \
$(CONFIG_SAM3U_BUILDROOT) \
$(CONFIG_STM32_BUILDROOT) \
$(CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT) \
),y)
CONFIG_ARMV7M_TOOLCHAIN ?= BUILDROOT