summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-30 12:49:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-30 12:49:24 +0000
commit226c8f246cfc548246c021393aab56b0a8be7968 (patch)
tree2ec51ee82c3821626fc1d5f93280040dd6b705ef /nuttx/arch/z80/src
parentd84fc46d2ccf24899de6c26c866900a6a0a1de78 (diff)
downloadpx4-nuttx-226c8f246cfc548246c021393aab56b0a8be7968.tar.gz
px4-nuttx-226c8f246cfc548246c021393aab56b0a8be7968.tar.bz2
px4-nuttx-226c8f246cfc548246c021393aab56b0a8be7968.zip
Fix issue with multilib build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3926 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80/src')
-rw-r--r--nuttx/arch/z80/src/Makefile.sdcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/z80/src/Makefile.sdcc b/nuttx/arch/z80/src/Makefile.sdcc
index 24099fc92..a9152ea79 100644
--- a/nuttx/arch/z80/src/Makefile.sdcc
+++ b/nuttx/arch/z80/src/Makefile.sdcc
@@ -75,7 +75,7 @@ VPATH = chip:common:board
# Libraries
-LIBGCC = ${shell $(CC) -print-libgcc-file-name}
+LIBGCC = ${shell $(CC) $(ARCHCPUFLAGS) -print-libgcc-file-name}
# Supports dynamic sizing of HEAP.
#