Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
c7974998
Commit
c7974998
authored
Apr 27, 2013
by
pali.gabor@gmail.com
Browse files
Fix linking with binutils 2.22 or later on FreeBSD 9.1, where one should
explicitly link against any dependent library
parent
8ab3cc1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/package.conf.in
View file @
c7974998
...
...
@@ -41,6 +41,9 @@ extra-libraries:
,"gdi32" /* for the linker */
,"winmm" /* for the linker */
#endif
#ifdef freebsd_HOST_OS
, "pthread" /* for pthread_getthreadid_np() */
#endif
#if defined(DEBUG) && defined(HAVE_LIBBFD)
,"bfd", "iberty" /* for debugging */
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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