config.gcc (mips64*-*-linux*): Added.
authorAlexandre Oliva <aoliva@redhat.com>
Sun, 19 Jan 2003 13:04:24 +0000 (13:04 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sun, 19 Jan 2003 13:04:24 +0000 (13:04 +0000)
commit3bd6d4c458a197683ce3f82b884ad1546b7d67de
tree1c9527057e11cd9aeab8e1192678a236184395a6
parente9f13564bb2cd1147517bcee06e2de0aefeb4af1
config.gcc (mips64*-*-linux*): Added.

* 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.

From-SVN: r61481
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