diff options
author | Ian Lynagh <igloo@earth.li> | 2011-10-20 00:46:53 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-10-20 00:46:53 +0100 |
commit | e732d9d2350f1dd338ffdf156bfd2b558d81ea2e (patch) | |
tree | 722fa03c2e45d1e4aa19a9c264b0df0c80f3d821 /compiler/HsVersions.h | |
parent | 6067f9563d1221b4afec5b52f41e48d4a31e69c2 (diff) | |
download | haskell-e732d9d2350f1dd338ffdf156bfd2b558d81ea2e.tar.gz |
Remove unused elf_OBJ_FORMAT #define
Diffstat (limited to 'compiler/HsVersions.h')
-rw-r--r-- | compiler/HsVersions.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/HsVersions.h b/compiler/HsVersions.h index b6f92ae2e7..0d4c6abb2c 100644 --- a/compiler/HsVersions.h +++ b/compiler/HsVersions.h @@ -16,11 +16,6 @@ you will screw up the layout where they are used in case expressions! /* Pull in all the platform defines for this build (foo_TARGET_ARCH etc.) */ #include "ghc_boot_platform.h" -/* This macro indicates that the target OS supports ELF-like shared libraries */ -#if linux_TARGET_OS || freebsd_TARGET_OS || openbsd_TARGET_OS || solaris2_TARGET_OS -#define elf_OBJ_FORMAT 1 -#endif - /* Pull in the autoconf defines (HAVE_FOO), but don't include * ghcconfig.h, because that will include ghcplatform.h which has the * wrong platform settings for the compiler (it has the platform |