Compiles and installs/deinstalls cleanly on 1.5ZA/i386, otherwise untested, but that's better than a BROKEN package. Some cleanup.
13 lines
546 B
Text
13 lines
546 B
Text
$NetBSD: patch-az,v 1.1 2002/03/14 14:54:56 wiz Exp $
|
|
|
|
--- ../gcc-2.95.2/libstdc++/configure.in.orig Tue Jun 8 00:28:10 1999
|
|
+++ ../gcc-2.95.2/libstdc++/configure.in
|
|
@@ -73,6 +73,8 @@
|
|
*-*-linux*aout*) ;;
|
|
*-*-freebsd2*) ;;
|
|
*-*-freebsd*) frags="${frags} freebsd.ml" ;;
|
|
+ *-*-netbsdelf*) frags="${frags} netbsdelf.ml" ;;
|
|
+ *-*-netbsd*) frags="${frags} netbsd.ml" ;;
|
|
*-*-linux*) frags="${frags} linux.ml" ;;
|
|
*-*-openbsd*) frags="${frags} openbsd.ml" ;;
|
|
*-*-sysv[45]*|*-*-udk*) frags="${frags} elf.ml" ;;
|