diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-07 09:21:23 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-07 09:21:23 +0000 |
commit | 0bf68cc9e2d5c88b60cca3256f3d424867e62608 (patch) | |
tree | e92024f33ad8bdf7ab038fe4eb675fc02a13ea30 /gcc/config.gcc | |
parent | 7d88b89879d342c040b0b68c0b5327d5336f4445 (diff) | |
download | gcc-0bf68cc9e2d5c88b60cca3256f3d424867e62608.tar.gz |
* config/mips/dbxmdebug.h: Remove.
* config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159147 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 6b5a3394947..e46cd733436 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1675,7 +1675,7 @@ mips-sgi-irix6.5*) use_gcc_stdint=wrap if test "x$stabs" = xyes then - tm_file="${tm_file} dbx.h mips/dbxmdebug.h" + tm_file="${tm_file} dbx.h" fi if test "x$gnu_ld" = xyes then |