aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/compal_e88
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-05 23:01:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-05 23:01:51 +0000
commit1e368791267c48b0e6c672ad3ed2ba9521740a70 (patch)
tree45a9691ce93905db40ba6d2056b1cce17f30798e /nuttx/configs/compal_e88
parenteb041b927ae19ab2b8ccbd89ae264b1c42c4a017 (diff)
downloadpx4-firmware-1e368791267c48b0e6c672ad3ed2ba9521740a70.tar.gz
px4-firmware-1e368791267c48b0e6c672ad3ed2ba9521740a70.tar.bz2
px4-firmware-1e368791267c48b0e6c672ad3ed2ba9521740a70.zip
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: http://svn.code.sf.net/p/nuttx/code/trunk@5213 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/compal_e88')
-rw-r--r--nuttx/configs/compal_e88/nsh_highram/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/compal_e88/nsh_highram/Make.defs b/nuttx/configs/compal_e88/nsh_highram/Make.defs
index b3c04930d..e99d5635d 100644
--- a/nuttx/configs/compal_e88/nsh_highram/Make.defs
+++ b/nuttx/configs/compal_e88/nsh_highram/Make.defs
@@ -45,7 +45,7 @@ EXTRA_LIBS = $(OSMODIR)/src/target/firmware/comm/libcomm.a \
# ^^^ Stupid hack! Why do I have to put it twice???
endif
-CROSSDEV = arm-elf-
+CROSSDEV = arm-nuttx-elf-
CC = $(CROSSDEV)gcc
CPP = $(CROSSDEV)gcc -E
LD = $(CROSSDEV)ld