Commit f163f35b by Manfred Hollstein

Makefile.in (libgcc2.ready): Revert last patch (Apr 24).

8
	* Makefile.in (libgcc2.ready): Revert last patch (Apr 24).

From-SVN: r19455
parent bd55c374
...@@ -981,7 +981,7 @@ libgcc1.S: libgcc1.c $(CONFIG_H) config.status ...@@ -981,7 +981,7 @@ libgcc1.S: libgcc1.c $(CONFIG_H) config.status
# Compiling libgcc2.a requires making sure that cc1, etc. have been compiled. # Compiling libgcc2.a requires making sure that cc1, etc. have been compiled.
# But recompiling cc1 should not force recompilation of libgcc2.a. # But recompiling cc1 should not force recompilation of libgcc2.a.
# If you want to force recompilation, delete libgcc2.a. # If you want to force recompilation, delete libgcc2.a.
libgcc2.ready: $(GCC_PASSES) $(LIBGCC2_DEPS) stmp-int-hdrs $(STMP_FIXPROTO) libgcc2.ready: $(GCC_PASSES) $(LIBGCC2_DEPS) stmp-int-hdrs
-if [ -f libgcc2.ready ] ; then \ -if [ -f libgcc2.ready ] ; then \
true; \ true; \
else \ else \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment