summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-06 18:09:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-06 18:09:11 +0000
commitb9fcbd0fc85695103ba1c23c7932e146093d1daf (patch)
tree74a7a60dbdfd7446c32df366ef55b44575a37d0e
parentCorrected build order so it was not as dependent on the mpc750 check. (diff)
downloadrtems-b9fcbd0fc85695103ba1c23c7932e146093d1daf.tar.bz2
Added $(LINK_LIBS) to linking gcc command so paranoia would link.
-rw-r--r--make/custom/mcp750.cfg2
1 files changed, 1 insertions, 1 deletions
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); \