config.gcc (mips64el-st-linux-gnu): Use mips/st.h and mips/t-st.
commit900e3ae581fac0fa5fb79b790f4be57501fba319
authorDaniel Jacobowitz <dan@codesourcery.com>
Wed, 18 Jun 2008 08:28:07 +0000 (18 08:28 +0000)
committerMaxim Kuvyrkov <mkuvyrkov@gcc.gnu.org>
Wed, 18 Jun 2008 08:28:07 +0000 (18 08:28 +0000)
tree08ad1899ff895eecff141825004ddfce771bcfae
parentb51469a5d825a43e376a647f71cbf1da28149ae1
config.gcc (mips64el-st-linux-gnu): Use mips/st.h and mips/t-st.

* config.gcc (mips64el-st-linux-gnu): Use mips/st.h and mips/t-st.
* config.host: Use driver-native.o and mips/x-native for mips*-linux*.
* config/mips/linux.h (host_detect_local_cpu): Declare, add to
EXTRA_SPEC_FUNCTIONS.
(MARCH_MTUNE_NATIVE_SPECS, BASE_DRIVER_SELF_SPECS): New macros.
(DRIVER_SELF_SPECS): Adjust.
* config/mips/linux64.h (DRIVER_SELF_SPECS): Update.
* config/mips/st.h, config/mips/t-st: New.
* config/mips/driver-native.c, config/mips/x-native: New.
* doc/invoke.texi (MIPS): Document 'native' value for -march and
-mtune options.

Co-Authored-By: Kazu Hirata <kazu@codesourcery.com>
From-SVN: r136888
gcc/ChangeLog
gcc/config.gcc
gcc/config.host
gcc/config/mips/driver-native.c [new file with mode: 0644]
gcc/config/mips/linux.h
gcc/config/mips/linux64.h
gcc/config/mips/st.h [new file with mode: 0644]
gcc/config/mips/t-st [new file with mode: 0644]
gcc/config/mips/x-native [new file with mode: 0644]
gcc/doc/invoke.texi