Re: Can't use Makefile in js/src/builtin to overwrite CC and CXX?

2014-10-21 Thread Ms2ger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/21/2014 02:01 PM, Alex wrote: > Due to latin1string being added to mozilla33, Intel C++ can no > longer compile due to a compiler bug. A workaround would be to have > the affected files compiled with cl instead of icl. > libspeex_resampler has th

Can't use Makefile in js/src/builtin to overwrite CC and CXX?

2014-10-21 Thread Alex
Due to latin1string being added to mozilla33, Intel C++ can no longer compile due to a compiler bug. A workaround would be to have the affected files compiled with cl instead of icl. libspeex_resampler has this issue but can be averted by creating a Makefile in media/libspeex_resample/src and se