Failed compile OSX Yosemite (patched)

Issue #338 resolved
Ricky Curtice created an issue

My first experimentation with anything in the Plan9 heritage - had to fix a rookie typo and an unrecognized compiler option... :/

Attached is the trivial patch. : != ;

For more information, Clang (what you actually get on OSX when you call gcc) now treats unrecognized options as errors and stops compiling. no-fused-madd is not a valid option for it, so boom.

Onward!

Comments (3)

  1. Charles Forsyth

    Apple's OS X upgrade disdained my x86 Mac Mini, so testing has been challenging. I'll probably pick up a new one when I'm next in the US.

  2. Ricky Curtice reporter

    Thanks for the quick ingest!

    Yeah, it's a bear developing for an environment you can't test on. Keep up the good work!

  3. Log in to comment