Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2013-10-21 20:17:10 +0400
committerAlex Rønne Petersen <alexrp@xamarin.com>2013-10-21 20:17:10 +0400
commit67d6c8f685a7dc43df7d384714d237a68950512c (patch)
tree8212a4c985af048bed3b167834a2ccc0f94dfd7a
parente4d2cc49a03b2cb7b31cddfd630e319bc4d344a1 (diff)
Remove commented-out irix path from configure.in.
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index b2a7726a58b..9e34b0a5d88 100644
--- a/configure.in
+++ b/configure.in
@@ -2457,10 +2457,6 @@ jit_wanted=true
interp_wanted=false
sgen_supported=false
case "$host" in
-# mips-sgi-irix5.* | mips-sgi-irix6.*)
-# TARGET=MIPS;
-# ACCESS_UNALIGNED="no"
-# ;;
mips*)
TARGET=MIPS;
arch_target=mips;