diff options
author | Ian Lynagh <igloo@earth.li> | 2011-11-25 01:12:47 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-11-25 01:31:50 +0000 |
commit | 498467cf44e871a6abdb1e16714f6e91c7b10a80 (patch) | |
tree | 22eeb486ec5b5b17e422069d1f3207ea6ef9abbc /mk | |
parent | 3a907bff7fc7f6fd0c4f1f61b6e16aaed450874d (diff) | |
download | haskell-498467cf44e871a6abdb1e16714f6e91c7b10a80.tar.gz |
Fixes for NetBSD
Based on a patch from Arnaud Degroote <degroote@NetBSD.org> in
trac #5480.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 583bc472c5..f45404abdf 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -118,6 +118,7 @@ SharedLibsPlatformList = \ i386-unknown-linux x86_64-unknown-linux \ i386-unknown-freebsd x86_64-unknown-freebsd \ i386-unknown-openbsd x86_64-unknown-openbsd \ + i386-unknown-netbsd x86_64-unknown-netbsd \ i386-unknown-mingw32 \ i386-apple-darwin x86_64-apple-darwin powerpc-apple-darwin |