diff options
author | lloyd <[email protected]> | 2009-07-25 12:24:36 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-25 12:24:36 +0000 |
commit | 336404ac312cdc7cea82f9a2568d36c62418123f (patch) | |
tree | 8f9eb004e3806309537240d2e96963a327a28338 /src/math/bigint | |
parent | c9f92c0c07634c3a2aa73a8f3d3660ba39d76fde (diff) |
Add support for Dragonfly BSD (a fork of FreeBSD).
Contributed by Patrick Georgi
Diffstat (limited to 'src/math/bigint')
-rw-r--r-- | src/math/bigint/monty_amd64/info.txt | 1 | ||||
-rw-r--r-- | src/math/bigint/mulop_amd64/info.txt | 1 | ||||
-rw-r--r-- | src/math/bigint/mulop_ia32/info.txt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/math/bigint/monty_amd64/info.txt b/src/math/bigint/monty_amd64/info.txt index 7fb70da46..a897045b2 100644 --- a/src/math/bigint/monty_amd64/info.txt +++ b/src/math/bigint/monty_amd64/info.txt @@ -21,6 +21,7 @@ icc <os> linux freebsd +dragonfly netbsd openbsd solaris diff --git a/src/math/bigint/mulop_amd64/info.txt b/src/math/bigint/mulop_amd64/info.txt index c4b14db93..77990df80 100644 --- a/src/math/bigint/mulop_amd64/info.txt +++ b/src/math/bigint/mulop_amd64/info.txt @@ -21,6 +21,7 @@ icc <os> linux freebsd +dragonfly netbsd openbsd solaris diff --git a/src/math/bigint/mulop_ia32/info.txt b/src/math/bigint/mulop_ia32/info.txt index a7b525bfb..b995dd8d7 100644 --- a/src/math/bigint/mulop_ia32/info.txt +++ b/src/math/bigint/mulop_ia32/info.txt @@ -23,6 +23,7 @@ icc <os> linux freebsd +dragonfly netbsd openbsd solaris |