Skip to content

Conversation

@vtjnash
Copy link
Member

@vtjnash vtjnash commented Aug 16, 2016

  • add libuv patch

README.md Outdated
On *FreeBSD Release 11.0*, install the gfortran, git, cmake, and gmake packages/ports (`pkg install gcc6 gmake git cmake`), and compile Julia with the command:

$ gmake FC=gfortran47
$ echo 'FC=gfortran6` >> Make.user
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't be a backtick

@vtjnash vtjnash merged commit adecd73 into master Aug 18, 2016
@vtjnash vtjnash deleted the jn/freebsd branch August 18, 2016 15:19
@vtjnash vtjnash changed the title WIP: improve FreeBSD / generic posix support improve FreeBSD / generic posix support Aug 18, 2016
@vtjnash
Copy link
Member Author

vtjnash commented Aug 18, 2016

@tkelman I'll leave it up to you whether you want to backport this now, or wait to see if FreeBSD users submit more patches

*(void**)rsp = NULL;
ctx->uc_mcontext.gregs[REG_RSP] = rsp;
ctx->uc_mcontext.gregs[REG_RIP] = (uintptr_t)fptr;
#elif defined(_OS_FREEBSD_) && defined(_CPU_X86_64_)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change and the other 2 sections in jl_call_in_ctx do not backport cleanly to release-0.5 since #17727 was not backported. Okay to just not change jl_call_in_ctx at all there?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this code doesn't exist here, there shouldn't be anything to fix

tkelman pushed a commit that referenced this pull request Aug 20, 2016
(cherry picked from commit 6a62d30)
ref #18063

Conflicts:
	src/signals-unix.c

Not including changes to jl_call_in_ctx in this file because those
changes were part of #17727
which has not been backported to release-0.5 at this time.
tkelman added a commit that referenced this pull request Aug 20, 2016
[ci skip]
(cherry picked from commit d3951aa)
ref #18063
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants