Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
5931ee8e
Commit
5931ee8e
authored
Jan 23, 2013
by
Simon Marlow
Browse files
fix rts/Linker compilation issues on AMD64/Solaris platform
Submitted by: Karel Gardas <karel.gardas@centrum.cz>
parent
bb39e04d
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Linker.c
View file @
5931ee8e
...
...
@@ -4088,6 +4088,7 @@ ocResolve_PEi386 ( ObjectCode* oc )
#elif defined(x86_64_HOST_ARCH)
# define ELF_TARGET_X64_64
# define ELF_64BIT
# define ELF_TARGET_AMD64
/* Used inside <elf.h> on Solaris 11 */
#elif defined(powerpc64_HOST_ARCH)
# define ELF_64BIT
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment