Skip to content
Snippets Groups Projects
Commit 748bcdbe authored by patacongo's avatar patacongo
Browse files

cosmetic

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@537 42af7a65-404d-4744-a932-0658087f49c3
parent e59f302e
No related branches found
No related tags found
No related merge requests found
......@@ -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)/$@ | \
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment