From: Jim Wilson Date: Sat, 4 Feb 1995 18:07:27 +0000 (-0800) Subject: (TARGET_DEFAULT): Add #ifndef/#endif around define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef012153e84da550d82b61d4067beec740ff3d61;p=gcc.git (TARGET_DEFAULT): Add #ifndef/#endif around define. From-SVN: r8865 --- 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"