diff options
author | lloyd <[email protected]> | 2009-10-07 18:34:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-07 18:34:45 +0000 |
commit | 22d3cefcb55369ceaece846bc2fa0c34edfb75fe (patch) | |
tree | 917f57bfd09eb8628f734baa6d03d2c6de3db820 | |
parent | ac32966dbea9d7e2525c4bdc482afe5ddc49f6f2 (diff) |
Add support for GNU/Hurd
-rw-r--r-- | doc/log.txt | 1 | ||||
-rw-r--r-- | src/build-data/os/hurd | 16 | ||||
-rw-r--r-- | src/entropy/dev_random/info.txt | 1 | ||||
-rw-r--r-- | src/entropy/proc_walk/info.txt | 1 |
4 files changed, 19 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 8a5399151..883c3dabe 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -4,6 +4,7 @@ - Add threshold secret sharing (draft-mcgrew-tss-02) - Add runtime cpu feature detection for x86/x86-64 - Add code for general runtime self testing for hashes, MACs, and ciphers + - Add support for GNU/Hurd - New parsing code for SCAN algorithm names - Alter Skein-512 to match the tweaked 1.2 specification - Enable SSE2 optimizations under Visual C++ diff --git a/src/build-data/os/hurd b/src/build-data/os/hurd new file mode 100644 index 000000000..ed56dad75 --- /dev/null +++ b/src/build-data/os/hurd @@ -0,0 +1,16 @@ +realname "Hurd" + +os_type unix + +<target_features> +posix_mlock +</target_features> + +# Is this correct? +<supports_shared> +all +</supports_shared> + +<aliases> +gnu +</aliases> diff --git a/src/entropy/dev_random/info.txt b/src/entropy/dev_random/info.txt index fddb7ac06..5231b2901 100644 --- a/src/entropy/dev_random/info.txt +++ b/src/entropy/dev_random/info.txt @@ -18,6 +18,7 @@ darwin freebsd dragonfly hpux +hurd irix linux netbsd diff --git a/src/entropy/proc_walk/info.txt b/src/entropy/proc_walk/info.txt index db96ccdb8..b82929a73 100644 --- a/src/entropy/proc_walk/info.txt +++ b/src/entropy/proc_walk/info.txt @@ -17,6 +17,7 @@ darwin freebsd dragonfly hpux +hurd irix linux openbsd |