summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-09 02:03:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-09 02:03:14 +0000
commit841150fc82b6d9e26c307e16b5317e90a30a5106 (patch)
treedc009656711ca8a4895220afbf0eeea1f2b984a1
parentf05519407a2db99619d50ffaec2abfe66c68a8e0 (diff)
downloadpx4-nuttx-841150fc82b6d9e26c307e16b5317e90a30a5106.tar.gz
px4-nuttx-841150fc82b6d9e26c307e16b5317e90a30a5106.tar.bz2
px4-nuttx-841150fc82b6d9e26c307e16b5317e90a30a5106.zip
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@537 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/arch/sim/src/Makefile2
-rw-r--r--nuttx/include/nuttx/compiler.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/arch/sim/src/Makefile b/nuttx/arch/sim/src/Makefile
index 61e4d85d5..c31c4e17e 100644
--- a/nuttx/arch/sim/src/Makefile
+++ b/nuttx/arch/sim/src/Makefile
@@ -87,7 +87,7 @@ libarch$(LIBEXT): $(OBJS)
done ; )
nuttx$(EXEEXT): $(LINKOBJS)
- @echo "LD: nuttx$(EXEEXT)"
+ @echo "LD: nuttx$(EXEEXT)"
@$(CC) $(LDFLAGS) $(LDPATHES) -o $(TOPDIR)/$@ $(LINKOBJS) \
-Wl,--start-group $(LDLIBS) -Wl,--end-group $(EXTRA_LIBS)
@$(NM) $(TOPDIR)/$@ | \
diff --git a/nuttx/include/nuttx/compiler.h b/nuttx/include/nuttx/compiler.h
index 318a7f137..0fb08f5a3 100644
--- a/nuttx/include/nuttx/compiler.h
+++ b/nuttx/include/nuttx/compiler.h
@@ -295,6 +295,8 @@
#else
+# undef CONFIG_CPP_HAVE_VARARGS
+# undef CONFIG_HAVE_FUNCTIONNAME
# undef CONFIG_HAVE_WEAKFUNCTIONS
# define weak_alias(name, aliasname)
# define weak_function