* Patch by Martin Krause, 11 Sep 2003:
  add burn-in tests for TRAB board

* Enable instruction cache on MPC5200 board
diff --git a/Makefile b/Makefile
index f634880..6285d9e 100644
--- a/Makefile
+++ b/Makefile
@@ -117,6 +117,8 @@
 LIBS += post/libpost.a post/cpu/libcpu.a
 LIBS += common/libcommon.a
 LIBS += lib_generic/libgeneric.a
+# Add GCC lib
+PLATFORM_LIBS += -L $(shell dirname `$(CC) -print-libgcc-file-name`) -lgcc
 
 #########################################################################
 #########################################################################