Commit ef012153 by Jim Wilson

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

From-SVN: r8865
parent e19ff60f
...@@ -17,7 +17,9 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef TARGET_DEFAULT
#define TARGET_DEFAULT MASK_ABICALLS #define TARGET_DEFAULT MASK_ABICALLS
#endif
#define ABICALLS_ASM_OP ".option pic2" #define ABICALLS_ASM_OP ".option pic2"
#include "mips/iris4.h" #include "mips/iris4.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment