diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-02-04 10:07:27 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-02-04 10:07:27 -0800 |
commit | ef012153e84da550d82b61d4067beec740ff3d61 (patch) | |
tree | e2161a5ba4f1c4330232cac0a0d5c6fbe730c8c0 /gcc/config/mips | |
parent | e19ff60f84497dec03d86cdf5d9127f43bc55b5b (diff) | |
download | gcc-ef012153e84da550d82b61d4067beec740ff3d61.zip gcc-ef012153e84da550d82b61d4067beec740ff3d61.tar.gz gcc-ef012153e84da550d82b61d4067beec740ff3d61.tar.bz2 |
(TARGET_DEFAULT): Add #ifndef/#endif around define.
From-SVN: r8865
Diffstat (limited to 'gcc/config/mips')
-rw-r--r-- | gcc/config/mips/iris5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index e1c40b1..75766cf 100644 --- a/gcc/config/mips/iris5.h +++ b/gcc/config/mips/iris5.h @@ -17,7 +17,9 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef TARGET_DEFAULT #define TARGET_DEFAULT MASK_ABICALLS +#endif #define ABICALLS_ASM_OP ".option pic2" #include "mips/iris4.h" |