openbsd-ports/lang/gcc/4.2/patches/patch-configure
kurt 1094d158a8 - enable dwarf2 exceptions (w/major bump for libestdc++)
- add gcj support for i386, amd64 and sparc64
- add MODGCC4_LANGS=java support to gcc4.port.mk
okay robert@
2009-06-04 18:24:20 +00:00

13 lines
503 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2009/06/04 18:24:20 kurt Exp $
--- configure.orig Tue Mar 3 10:14:47 2009
+++ configure Tue Mar 3 10:21:11 2009
@@ -1243,6 +1243,8 @@ case "${target}" in
skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
noconfigdirs="$noconfigdirs target-libgloss"
;;
+ *-*-openbsd*)
+ ;;
*-*-netbsd*)
# Skip some stuff on all NetBSD configurations.
noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"