------- Comment #3 from pinskia at gcc dot gnu dot org  2006-10-12 07:08 -------
Yep that is what is happening:
mips64*-*-linux*)
        tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h
mips/linux64.h"
        .....
        ;;
mips*-*-linux*)                         # Linux MIPS, either endian.
        tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
        ....
        esac
        ;;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29413

Reply via email to