site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Garth Cummings writes:
One of the DTS samples, SampleFilterScheme <http:// developer.apple.com/samplecode/SampleFilterScheme/ SampleFilterScheme.html> was just updated to illustrate how to build a universal KEXT. The project uses the 10.4.0 Universal SDK and gcc 4 for the Intel architecture and the 10.2.8 SDK and gcc 3.3 for the PowerPC architecture. The sample's ReadMe outlines the project settings.
OK, I just watched the Xcode build for this project scroll by.
From what I can see, it looks like you only really need -msoft-float to avoid using the SSE registers on intel, so my life may have just gotten easier (eg, I can just build fat .o's).
Thanks! Drew _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Gallatin