summaryrefslogtreecommitdiff
path: root/cross/mipsEEel-netbsd/patches/gcc-ad
blob: d9a0163f4abd18085ddb8a5c6f000096b332d555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: gcc-ad,v 1.1 2002/05/15 14:03:28 kent Exp $

--- config.sub.orig	Wed Apr 24 15:23:34 2002
+++ config.sub
@@ -880,6 +880,11 @@
  		basic_machine=c4x-none
  		os=-coff
   		;;
+	algor-* | arc-* | cobalt-* | hpcmips-* | playstation2-* | pmax-*)
+		if [ x$os = x-netbsd ]; then
+			basic_machine=mipsel-unknown
+		fi
+		;;
 	*)
 		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
 		exit 1