Use common naming for all buildroot toolchains

This commit is contained in:
Gregory Nutt
2014-03-05 15:37:07 -06:00
parent 9e12be2129
commit 79dc48a71a
47 changed files with 234 additions and 248 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ OBJEXT = .o
LIBEXT = .a
EXEEXT =
ifneq ($(CONFIG_LPC31_BUILDROOT),y)
ifneq ($(CONFIG_ARM_TOOLCHAIN_BUILDROOT),y)
LDFLAGS += -nostartfiles -nodefaultlibs
endif
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)