Commit Diff


commit - 1e8e3702a6682dabd121a3d7d42db5ba44e7e1f9
commit + 1be22c898ba99c73a5ce8d1034fcd47f89936193
blob - 1d9e169bb9c3a2ee2a6f79a55f58b427cc8f4727
blob + 1933fe009eb7bb80da429e6a5fa9c0055a267f52
--- tools/Makefile
+++ tools/Makefile
@@ -356,7 +356,7 @@ rvforth: ${TOP}/rootfs/bin/rvforth
 
 # MICROCOREUTILS
 
-${STAMPS}/mcu-configure: ${STAMPS}/mcu
+${STAMPS}/mcu-configure: ${STAMPS}/mcu ${STAMPS}/libgcc-install
 	cd ${TOOLS}/build/mcu &&			\
 	CC=${PREFIX}/bin/${TARGET}-gcc ./configure	\
 		--prefix=/mcu				\
@@ -385,7 +385,7 @@ ${STAMPS}/gforth-fix: ${STAMPS}/gforth
 	(cd ${TOOLS}/build/gforth && sed '/^CHECKFLAGS=.*$$/d' configure > configure.new && chmod +x configure.new)
 	touch $@
 
-${STAMPS}/gforth-configure: ${STAMPS}/gforth-fix
+${STAMPS}/gforth-configure: ${STAMPS}/gforth-fix ${STAMPS}/libgcc-install
 	cd ${TOOLS}/build/gforth &&				\
 	CC=${PREFIX}/bin/${TARGET}-gcc CFLAGS="-O2" ./configure.new	\
 		--prefix=/					\