(TARGET_DEFAULT): Add #ifndef/#endif around define.
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 4 Feb 1995 18:07:27 +0000 (10:07 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 4 Feb 1995 18:07:27 +0000 (10:07 -0800)
From-SVN: r8865

gcc/config/mips/iris5.h

index e1c40b1f3bf74a967f6c3df7f4faad2d2c87e4f0..75766cfe7c898fc59a54f7677fbd9c151e322cfe 100644 (file)
@@ -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"