From b9fcbd0fc85695103ba1c23c7932e146093d1daf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 6 Oct 1999 18:09:11 +0000 Subject: Added $(LINK_LIBS) to linking gcc command so paranoia would link. --- make/custom/mcp750.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/custom/mcp750.cfg b/make/custom/mcp750.cfg index 846ef5ea37..955f75c5a2 100644 --- a/make/custom/mcp750.cfg +++ b/make/custom/mcp750.cfg @@ -101,7 +101,7 @@ CFLAGS_OPTIMIZE_V=-O2 -fno-keep-inline-functions -fvolatile-global -fvolatile -m # $(LD_LIBS) \ # -Wl,-\( -Wl,-lc -Wl,-lrtemsall -Wl,-lgcc -Wl,-\) define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) -o $(basename $@).exe $(LINK_OBJS) + $(CC) $(CPPFLAGS) $(CFLAGS) -o $(basename $@).exe $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $(basename $@).exe > $(basename $@).num $(SIZE) $(basename $@).exe $(CP) $(basename $@).exe $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/mcp750/bootloader/$(ARCH); \ -- cgit v1.2.3