#include "..\..\gcc-1.35\config\xm-atari.h"

/* a few changes here, for C++.  We use a different startfile
   spec.  LINK_SPEC and LIB_SPEC are ok? */

#undef STARTFILE_SPEC
#define STARTFILE_SPEC  \
  "%{pg:$G++LIB$\\gcrt0+.o%s}%{!pg:%{p:$G++LIB$\\gcrt0+.o%s}%{!p:$G++LIB$\\crt0+.o%s}}"

