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

Add missing ios triples to bfd #41368

Merged
merged 1 commit into from Jun 5, 2018
Merged

Add missing ios triples to bfd #41368

merged 1 commit into from Jun 5, 2018

Conversation

alexfmpe
Copy link
Member

@alexfmpe alexfmpe commented Jun 1, 2018

Using the new triples for iPhoneSimulator builds currently fails on binutils, that is

`nix-build --show-trace  -E '(import ./. { system = "x86_64-darwin"; crossSystem = { config = "x86_64-apple-ios"; useiOSPrebuilt = true; sdkVer = "10.2"; isiPhoneSimulator = true; }; }).hello'`

yields

checking linker --as-needed support... no
*** BFD does not support target x86_64-apple-ios.
*** Look in bfd/config.bfd for supported targets.
make[1]: *** [Makefile:2667: configure-bfd] Error 1
make[1]: Leaving directory '/private/tmp/nix-build-x86_64-apple-ios-binutils-2.30.drv-0/binutils-2.30'
make: *** [Makefile:878: all] Error 2
builder for '/nix/store/k7vqw9fw35917fb7yf3qkg1dh877s8lw-x86_64-apple-ios-binutils-2.30.drv' failed with exit code 2

@Mic92 Mic92 added the 6.topic: darwin Running or building packages on Darwin label Jun 2, 2018
@LnL7 LnL7 requested a review from Ericson2314 June 3, 2018 17:04
@matthewbauer matthewbauer merged commit bd00584 into NixOS:master Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants