* config.gcc (mips64*-*-linux*): Added.
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Jan 2003 13:04:24 +0000 (13:04 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Jan 2003 13:04:24 +0000 (13:04 +0000)
commitd0faeb9de68a22b42cf5e0f2d362bf1b6991760c
tree1c9527057e11cd9aeab8e1192678a236184395a6
parent3fa952a4d5ef29ee0a5ce7322be1f83665b91299
* config.gcc (mips64*-*-linux*): Added.
* config/mips/linux64.h, config/mips/t-linux64: New file.
* config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
* config/mips/mips.c (override_options): Use it.
* config/mips/mips.h (TARGET_SWITCHES): Added...
(SUBTARGET_TARGET_SWITCHES): New, empty by default.
* Makefile.in (SPECS): New.
(STAGESTUFF, specs, mostlyclean, install-common): Use it.
* gcc.c (process_command): Move self-spec processing past spec
file loading.
* doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
* doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
CRTSTUFF_T_CFLAGS.
(SPECS): Document.
* doc/invoke.texi (-mabi-fake-default): Document.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61481 138bc75d-0d04-0410-961f-82ee72b054a4
12 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/config.gcc
gcc/config/mips/iris6.h
gcc/config/mips/linux64.h [new file with mode: 0644]
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/t-linux64 [new file with mode: 0644]
gcc/doc/fragments.texi
gcc/doc/invoke.texi
gcc/doc/tm.texi
gcc/gcc.c