* configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files.
* mips/ecoff.h: Include "mips/mips.h".
From-SVN: r19149
+Sun Apr 12 20:23:03 1998 Jeffrey A Law (law@cygnus.com)
+
+ * configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files.
+ * mips/ecoff.h: Include "mips/mips.h".
+
Sat Apr 11 22:42:54 PDT 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
Boston, MA 02111-1307, USA. */
/* US Software GOFAST library support. */
-#include "gofast.h"
#define INIT_SUBTARGET_OPTABS INIT_GOFAST_OPTABS
#include "mips/mips.h"
tmake_file=mips/t-ecoff
;;
mips-*-ecoff*)
- tm_file="${tm_file} gofast.h mips/ecoff.h"
+ tm_file="gofast.h mips/ecoff.h"
if [ x$stabs = xyes ]; then
tm_file="${tm_file} dbx.h"
fi
tmake_file=mips/t-ecoff
;;
mips-*-ecoff*)
- tm_file="${tm_file} gofast.h mips/ecoff.h"
+ tm_file="gofast.h mips/ecoff.h"
if [[ x$stabs = xyes ]]; then
tm_file="${tm_file} dbx.h"
fi