From 96e153c0d29b1ab3657948e280faa25e864b28c5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 11 Nov 2012 23:44:31 +0000 Subject: Correct some issues with last check-in; ez80 still does not build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/rgmp/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/arch/rgmp') diff --git a/nuttx/arch/rgmp/src/Makefile b/nuttx/arch/rgmp/src/Makefile index e1bfb84c1..d63804156 100644 --- a/nuttx/arch/rgmp/src/Makefile +++ b/nuttx/arch/rgmp/src/Makefile @@ -55,7 +55,7 @@ LINKOBJS = $(LINKSRCS:.c=$(OBJEXT)) LDFLAGS += -T$(RGMPLKSCPT) LDLIBS = $(patsubst %.a,%,$(patsubst lib%,-l%,$(LINKLIBS))) LDPATHS += -L"$(TOPDIR)/lib -L$(RGMPLIBDIR) -LDLIBS += -lrgmp $(shell $(CC) -print-libgcc-file-name) +LDLIBS += -lrgmp $(shell "$(CC)" -print-libgcc-file-name) all: libarch$(LIBEXT) @@ -90,7 +90,7 @@ export_head: # Dependencies .depend: Makefile $(SRCS) $(LINKSRCS) - @$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) $(LINKSRCS) >Make.dep + @$(MKDEP) "$(CC)" -- $(CFLAGS) -- $(SRCS) $(LINKSRCS) >Make.dep @touch $@ depend: .depend -- cgit v1.2.3