diff options
author | Matthias Kilian <kili@outback.escape.de> | 2010-09-18 20:50:40 +0000 |
---|---|---|
committer | Matthias Kilian <kili@outback.escape.de> | 2010-09-18 20:50:40 +0000 |
commit | 190b2d90f92f61eb802275729106b5d9fb9a7a7c (patch) | |
tree | f3c5e62159da1ee498abeb0ec1619763bc742120 /compiler/HsVersions.h | |
parent | a6f2d598e1e7760d334d1b5ea0b7745e66835e11 (diff) | |
download | haskell-190b2d90f92f61eb802275729106b5d9fb9a7a7c.tar.gz |
Enable shared libs on OpenBSD
Diffstat (limited to 'compiler/HsVersions.h')
-rw-r--r-- | compiler/HsVersions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/HsVersions.h b/compiler/HsVersions.h index ad17189907..4d8e52133f 100644 --- a/compiler/HsVersions.h +++ b/compiler/HsVersions.h @@ -17,7 +17,7 @@ you will screw up the layout where they are used in case expressions! #include "ghc_boot_platform.h" /* This macro indicates that the target OS supports ELF-like shared libraries */ -#if linux_TARGET_OS || freebsd_TARGET_OS +#if linux_TARGET_OS || freebsd_TARGET_OS || openbsd_TARGET_OS #define elf_OBJ_FORMAT 1 #endif |