Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix up cross-compilation issues #22

Merged
merged 1 commit into from Jul 11, 2016
Merged

Fix up cross-compilation issues #22

merged 1 commit into from Jul 11, 2016

Conversation

@vvuk
Copy link
Contributor

vvuk commented Jun 22, 2016

Fix a few cross-compilation issues. This won't actually be used with MSVC builds, but fixes Android issue.


This change is Reviewable

@@ -23,6 +23,12 @@ AR ?= ar

endif

ifeq ("$(MSYSTEM)","")
CXXFLAGS += -fPIC

This comment has been minimized.

@metajack

metajack Jun 23, 2016

Contributor

Doesn't rust require -fPIC or -fPIE?

This comment has been minimized.

@vvuk

vvuk Jun 24, 2016

Author Contributor

I'm pretty sure -fPIC is a no-op on Windows, due to the ABI. This builds, at least.

@metajack
Copy link
Contributor

metajack commented Jun 23, 2016

r=me once we resolve the -fPIC thing.

@vvuk vvuk force-pushed the vvuk:msvcize branch from bbd16f0 to ae046f3 Jun 24, 2016
@metajack
Copy link
Contributor

metajack commented Jul 11, 2016

@bors-servo r+


Reviewed 1 of 1 files at r1.
Review status: 0 of 2 files reviewed at latest revision, 1 unresolved discussion.


Comments from Reviewable

@bors-servo
Copy link
Contributor

bors-servo commented Jul 11, 2016

📌 Commit ae046f3 has been approved by metajack

@bors-servo
Copy link
Contributor

bors-servo commented Jul 11, 2016

Testing commit ae046f3 with merge f957dd9...

bors-servo added a commit that referenced this pull request Jul 11, 2016
Fix up cross-compilation issues

Fix a few cross-compilation issues.  This won't actually be used with MSVC builds, but fixes Android issue.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/libfontconfig/22)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jul 11, 2016

☀️ Test successful - travis

@bors-servo bors-servo merged commit ae046f3 into servo:master Jul 11, 2016
1 of 2 checks passed
1 of 2 checks passed
code-review/reviewable 2 files, 1 discussion left (metajack)
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.