git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@537 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-01-09 02:03:14 +00:00
parent e59f302e50
commit 748bcdbe11
2 changed files with 3 additions and 1 deletions

View File

@ -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)/$@ | \

View File

@ -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