mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 21:50:14 +00:00
Fix link problems
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@24 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
925f45b933
commit
9418d81df5
4 changed files with 6 additions and 6 deletions
|
|
@ -51,6 +51,9 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
|
|||
SRCS = $(ASRCS) $(CSRCS)
|
||||
OBJS = $(AOBJS) $(COBJS)
|
||||
|
||||
LDFLAGS = $(ARCHSCRIPT)
|
||||
EXTRA_LIBS = -lc
|
||||
|
||||
LINKOBJS =
|
||||
LINKLIBS =
|
||||
LDPATHES = $(addprefix -L$(TOPDIR)/,$(dir $(LINKLIBS)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue