[commit: ghc] master: Remove unused elf_OBJ_FORMAT #define (e732d9d)
Ian Lynagh
igloo at earth.li
Fri Oct 21 03:14:01 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e732d9d2350f1dd338ffdf156bfd2b558d81ea2e
>---------------------------------------------------------------
commit e732d9d2350f1dd338ffdf156bfd2b558d81ea2e
Author: Ian Lynagh <igloo at earth.li>
Date: Thu Oct 20 00:46:53 2011 +0100
Remove unused elf_OBJ_FORMAT #define
>---------------------------------------------------------------
compiler/HsVersions.h | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/compiler/HsVersions.h b/compiler/HsVersions.h
index b6f92ae..0d4c6ab 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
More information about the Cvs-ghc
mailing list