From 504aab67db9f7d0ec7996796add85d2d4b798ae4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 5 Oct 2012 23:01:51 +0000 Subject: Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools are not called abc-nuttx-elf instead of abc-elf git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5213 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc/buildroot/Config.in') diff --git a/misc/buildroot/Config.in b/misc/buildroot/Config.in index d5c5fbfe7..fe33b158d 100644 --- a/misc/buildroot/Config.in +++ b/misc/buildroot/Config.in @@ -343,7 +343,8 @@ config BR2_GNU_BUILD_SUFFIX config BR2_GNU_TARGET_SUFFIX string "GNU target suffix" - default "elf" + default "nuttx-elf" if !BR2_ARM_EABI + default "nuttx-eabi" if BR2_ARM_EABI help The string used to pass to configure scripts via the --target= option. Just specify the suffix here, the leading -- cgit v1.2.3