configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files.
* configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files. * mips/ecoff.h: Include "mips/mips.h". From-SVN: r19149
This commit is contained in:
parent
c0ef7ee37e
commit
1be12a4a7b
4 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -20,7 +20,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
|
|||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* US Software GOFAST library support. */
|
||||
#include "gofast.h"
|
||||
#define INIT_SUBTARGET_OPTABS INIT_GOFAST_OPTABS
|
||||
|
||||
#include "mips/mips.h"
|
||||
|
|
2
gcc/configure
vendored
2
gcc/configure
vendored
|
@ -3734,7 +3734,7 @@ for machine in $build $host $target; do
|
|||
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
|
||||
|
|
|
@ -2045,7 +2045,7 @@ for machine in $build $host $target; do
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue