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

pixman: Enable '--disable-arm-iwmmxt' on ARM #9294

Merged
merged 1 commit into from
Aug 24, 2015

Conversation

dezgeg
Copy link
Contributor

@dezgeg dezgeg commented Aug 17, 2015

Otherwise the build fails on ARMv6:

  CC       libpixman_iwmmxt_la-pixman-mmx.lo
pixman-mmx.c: In function 'mmx_fetch_x8r8g8b8':
pixman-mmx.c:3812:1: internal compiler error: Max. number of generated reload insns per insn is achieved (90)

This could be shortened with lib.optional stdenv.isArm ..., but the if stdenv.isArm then ... else null approach doesn't cause any recompilation on non-ARM, so I chose it.

Otherwise the build fails on ARMv6:

  CC       libpixman_iwmmxt_la-pixman-mmx.lo
pixman-mmx.c: In function 'mmx_fetch_x8r8g8b8':
pixman-mmx.c:3812:1: internal compiler error: Max. number of generated reload insns per insn is achieved (90)
ttuegel added a commit that referenced this pull request Aug 24, 2015
pixman: Enable '--disable-arm-iwmmxt' on ARM
@ttuegel ttuegel merged commit 33f2873 into NixOS:master Aug 24, 2015
@dezgeg dezgeg deleted the pr-pixman-arm branch January 12, 2016 21:43
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.

2 participants