summaryrefslogtreecommitdiff
path: root/security/ssh/patches/patch-ap
blob: dd43922900c1830108d99174aa272a9976080ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ap,v 1.2 1999/05/10 21:34:47 tron Exp $

--- gmp-2.0.2-ssh-2/configure.orig	Thu Jul  9 02:40:44 1998
+++ gmp-2.0.2-ssh-2/configure	Mon Apr 26 20:06:12 1999
@@ -1955,6 +1955,10 @@
   sh2-*-*)
     path="sh/sh2 sh"
     ;;
+  mips*-*-netbsd*)
+    path="mips2"
+    SFLAGS="-Wa,-KPIC"
+    ;;
   mips[34]*-*-*)
     path="mips3"
     ;;