OSDN Git Service

2000-12-19 Mark Kettenis <kettenis@gnu.org>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Dec 2000 20:02:13 +0000 (20:02 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Dec 2000 20:02:13 +0000 (20:02 +0000)
        * configure.target: Support the Hurd.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38386 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/configure.target

index accedf8..089e079 100644 (file)
@@ -87,7 +87,7 @@ case "${target_os}" in
   cygwin*)
     os_include_dir="config/os/newlib"
     ;;
-  linux*)
+  linux* | gnu*)
     os_include_dir="config/os/gnu-linux"
     ;;
   irix*)