From: Richard Kenner Date: Fri, 17 Jul 1992 12:27:11 +0000 (-0400) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bfe655f9bf20429242d77ac5ee223f11fc19d5ac;p=gcc.git *** empty log message *** From-SVN: r1617 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index ac82d888621..5d6fc767e17 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -588,7 +588,7 @@ libgcc2.ready: $(GCC_PASSES) $(CROSS_TOOLS) fi 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, # so that libgcc2.a itself remains nonexistent if compilation is aborted. -rm -f tmplibgcc2.a diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 8a136c696f4..ed0d600c43d 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -29,6 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ do not apply. */ #include "tconfig.h" +#include "machmode.h" #ifndef L_trampoline #include "gstddef.h" #endif