diff options
author | mkuvyrkov <mkuvyrkov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-18 08:28:07 +0000 |
---|---|---|
committer | mkuvyrkov <mkuvyrkov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-18 08:28:07 +0000 |
commit | 69f36814fe0634a6334bbc45db2feef3235d07c9 (patch) | |
tree | 08ad1899ff895eecff141825004ddfce771bcfae /gcc/config/mips/linux64.h | |
parent | d598f4ffeb953d381371f9741fb94220ed8cee5a (diff) | |
download | gcc-69f36814fe0634a6334bbc45db2feef3235d07c9.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136888 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/linux64.h')
-rw-r--r-- | gcc/config/mips/linux64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/linux64.h b/gcc/config/mips/linux64.h index 36b67d6c1b2..5a2c6cefe7c 100644 --- a/gcc/config/mips/linux64.h +++ b/gcc/config/mips/linux64.h @@ -22,7 +22,7 @@ along with GCC; see the file COPYING3. If not see in order to make the other specs easier to write. */ #undef DRIVER_SELF_SPECS #define DRIVER_SELF_SPECS \ -NO_SHARED_SPECS \ +BASE_DRIVER_SELF_SPECS \ " %{!EB:%{!EL:%(endian_spec)}}" \ " %{!mabi=*: -mabi=n32}" |