diff options
author | Eric Christopher <echristo@redhat.com> | 2002-08-02 20:22:35 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2002-08-02 20:22:35 +0000 |
commit | 2017ed61d3b7f1563b260f448a12d8db02697ca4 (patch) | |
tree | 650141c3763a508eba6c93ffd2717e4898ef14c3 /gcc/config.gcc | |
parent | d00675714f860ec5bf0360928f73abd1d514b96d (diff) | |
download | gcc-2017ed61d3b7f1563b260f448a12d8db02697ca4.zip gcc-2017ed61d3b7f1563b260f448a12d8db02697ca4.tar.gz gcc-2017ed61d3b7f1563b260f448a12d8db02697ca4.tar.bz2 |
config.gcc (mips*-*-linux*): Fix ordering of tm_file.
2002-08-02 Eric Christopher <echristo@redhat.com>
* config.gcc (mips*-*-linux*): Fix ordering of tm_file.
* config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Change
#ifndef to #undef.
(TARGET_MEM_FUNCTIONS): Define instead of define to 1.
From-SVN: r55998
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 127ae91..a8fd079 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1866,7 +1866,7 @@ mips*-*-netbsd*) # NetBSD/mips, either endian. tmake_file="${tmake_file} mips/t-netbsd" ;; mips*-*-linux*) # Linux MIPS, either endian. - tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h mips/linux.h" + tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h" case $machine in mipsisa32*-*) target_cpu_default="MASK_SOFT_FLOAT" |