changeset eb075b2b925a in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=eb075b2b925a
description:
arm: Make libm5 a dependency of the m5 utility
The m5 utility wasn't relinked properly since libm5.a wasn't a
dependency of the utility. This changeset addresses that issue.
diffstat:
util/m5/Makefile.arm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 00dca8a9b560 -r eb075b2b925a util/m5/Makefile.arm
--- a/util/m5/Makefile.arm Thu May 02 12:03:43 2013 +0200
+++ b/util/m5/Makefile.arm Tue May 07 14:47:04 2013 +0200
@@ -69,7 +69,7 @@
%.o: %.c
$(CC) $(CFLAGS) -o $@ -c $<
-m5: $(OBJS)
+m5: $(OBJS) libm5.a
$(CC) -o $@ $(OBJS) $(LDFLAGS)
libm5.a: $(LIB_OBJS)
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev