From 748bcdbe11dcd7022c1513d5ba0c71476c8326c7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 9 Jan 2008 02:03:14 +0000 Subject: [PATCH] cosmetic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@537 42af7a65-404d-4744-a932-0658087f49c3 --- arch/sim/src/Makefile | 2 +- include/nuttx/compiler.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/sim/src/Makefile b/arch/sim/src/Makefile index 61e4d85d58e..c31c4e17ec2 100644 --- a/arch/sim/src/Makefile +++ b/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/include/nuttx/compiler.h b/include/nuttx/compiler.h index 318a7f137a0..0fb08f5a399 100644 --- a/include/nuttx/compiler.h +++ b/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