Commit bfe655f9 by Richard Kenner

*** empty log message ***

From-SVN: r1617
parent f3964bb8
...@@ -588,7 +588,7 @@ libgcc2.ready: $(GCC_PASSES) $(CROSS_TOOLS) ...@@ -588,7 +588,7 @@ libgcc2.ready: $(GCC_PASSES) $(CROSS_TOOLS)
fi fi
libgcc2.a: libgcc2.c libgcc2.ready $(CONFIG_H) $(LIB2FUNCS_EXTRA) \ libgcc2.a: libgcc2.c libgcc2.ready $(CONFIG_H) $(LIB2FUNCS_EXTRA) \
longlong.h gbl-ctors.h config.status machmode.h longlong.h gbl-ctors.h config.status
# Actually build it in tmplibgcc2.a, then rename at end, # Actually build it in tmplibgcc2.a, then rename at end,
# so that libgcc2.a itself remains nonexistent if compilation is aborted. # so that libgcc2.a itself remains nonexistent if compilation is aborted.
-rm -f tmplibgcc2.a -rm -f tmplibgcc2.a
......
...@@ -29,6 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -29,6 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
do not apply. */ do not apply. */
#include "tconfig.h" #include "tconfig.h"
#include "machmode.h"
#ifndef L_trampoline #ifndef L_trampoline
#include "gstddef.h" #include "gstddef.h"
#endif #endif
......
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