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 /src/build-data | |
parent | ac32966dbea9d7e2525c4bdc482afe5ddc49f6f2 (diff) |
Add support for GNU/Hurd
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/os/hurd | 16 |
1 files changed, 16 insertions, 0 deletions
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> |