From ef012153e84da550d82b61d4067beec740ff3d61 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Sat, 4 Feb 1995 10:07:27 -0800 Subject: [PATCH] (TARGET_DEFAULT): Add #ifndef/#endif around define. From-SVN: r8865 --- gcc/config/mips/iris5.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index e1c40b1f3bf..75766cfe7c8 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" -- 2.30.2