In my kext, built with KERNEL_MODULE=YES and MODULE_IOKIT=YES, float is working wrong. I figure that KERNEL_MODULE=YES adds the compiler option -msoft-float, and that the float emulation is broken in gcc3. Is that true? Assuming it is true, I would like to switch the fpu emulation off. Adding -mhard-fpu to the cflags did not change anything. I figure the settings made because of KERNEL_MODULE=YES override my setting. How can I find out which modifications are made because of KERNEL_MODULE=YES, so I can make them manually? Alternatively, how can I override the -msoft-fpu option? Thanks for pointers, Heiko Panther _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Heiko Panther