blob: 8ac6c65bbd032c38c224da3fecba7b5b0a65bc94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-libstdc++-v3_configure.host,v 1.1 2014/09/04 18:43:11 jperkin Exp $
Support DragonFly.
--- libstdc++-v3/configure.host.orig 2013-07-04 21:07:44.000000000 +0000
+++ libstdc++-v3/configure.host
@@ -260,6 +260,9 @@ case "${host_os}" in
os_include_dir="os/djgpp"
error_constants_dir="os/djgpp"
;;
+ dragonfly*)
+ os_include_dir="os/bsd/dragonfly"
+ ;;
freebsd*)
os_include_dir="os/bsd/freebsd"
;;
|