summaryrefslogtreecommitdiff
path: root/gcc/config/mips
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1995-02-04 18:07:27 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1995-02-04 18:07:27 +0000
commit8a2efe1f7621320a304a019d661ff250de63087d (patch)
treee2161a5ba4f1c4330232cac0a0d5c6fbe730c8c0 /gcc/config/mips
parent238ff8d566f81919c4dd9a245accff5e52dcbab9 (diff)
downloadgcc-8a2efe1f7621320a304a019d661ff250de63087d.tar.gz
(TARGET_DEFAULT): Add #ifndef/#endif around define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8865 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips')
-rw-r--r--gcc/config/mips/iris5.h2
1 files changed, 2 insertions, 0 deletions
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"