This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[V3, PATCH]: Add support for the Hurd


The following patch adds support for the Hurd to libstdc++-v3.  Since
all the Linux bits also apply for the Hurd (both use glibc, so the
ctype stuff is identical and the OS defines should work fine too), I
didn't create a new directory for the Hurd.  Fortunately the directory
is already called gnu-linux so that's not a problem :-).

Mark


2000-12-18  Mark Kettenis  <kettenis@gnu.org>

	* configure.target: Support the Hurd.


Index: configure.target
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/configure.target,v
retrieving revision 1.8
diff -u -p -r1.8 configure.target
--- configure.target	2000/12/18 18:03:07	1.8
+++ configure.target	2000/12/18 21:23:27
@@ -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*)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]