diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2010-05-07 09:21:23 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2010-05-07 09:21:23 +0000 |
commit | a6b02ef3f8900233796c0a7424a939b92476aadf (patch) | |
tree | e92024f33ad8bdf7ab038fe4eb675fc02a13ea30 /gcc/config.gcc | |
parent | 9009be85ea7829f005edcfad8084c2427b7b9d2a (diff) | |
download | gcc-a6b02ef3f8900233796c0a7424a939b92476aadf.zip gcc-a6b02ef3f8900233796c0a7424a939b92476aadf.tar.gz gcc-a6b02ef3f8900233796c0a7424a939b92476aadf.tar.bz2 |
dbxmdebug.h: Remove.
* config/mips/dbxmdebug.h: Remove.
* config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
From-SVN: r159147
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 6b5a339..e46cd73 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 |