(TARGET_DEFAULT): Add #ifndef/#endif around define.

From-SVN: r8865
This commit is contained in:
Jim Wilson 1995-02-04 10:07:27 -08:00
parent e19ff60f84
commit ef012153e8

View 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"