diff --git a/gcc/config/m68k/x-next b/gcc/config/m68k/x-next index a16b918e2d3..81d2f3f68a2 100644 --- a/gcc/config/m68k/x-next +++ b/gcc/config/m68k/x-next @@ -1,3 +1,8 @@ # Make assignments for compiling on NeXT with their compiler version. CC=cc -traditional-cpp OLDCC=cc -traditional-cpp + +libgcc2.a: stdarg.h + +stdarg.h: + cp $(srcdir)/gstdarg.h ./stdarg.h