Multi-arch and ARM64?
Multi-arch and ARM64?
- Subject: Multi-arch and ARM64?
- From: Jeffrey Walton <email@hidden>
- Date: Sat, 12 Oct 2013 18:53:27 -0400
Hi All,
This is related to "ARM64 and -mios-version-min=7.0?",
http://lists.apple.com/archives/xcode-users/2013/Oct/msg00074.html.
Is it possible to specify multiple architectures, and bind
-mios-version-min=7.0 to just ARM64? For example:
clang++ -arch armv7 -arch armv7s -arch arm64 ...
Without -mios-version-min=7.0, the compile fails due to ARM64.
With -mios-version-min=7.0, I believe I am saying ARMv7 and ARMv7s
need iOS 7 (which is obviously not correct).
Jeff
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden