On 07/07/2016 09:16 AM, Alex Bennée wrote: >> +if echo | $ccas -dM -E - | grep __clang__ > /dev/null 2>&1 ; then >> + ccas="$ccas -fno-integrated-as" >> +fi > > Hi Richard, > > This looks like it breaks the Travis clang: > > https://travis-ci.org/qemu/qemu/builds/142825178 > > We get the error: > > AS optionrom/multiboot.o > clang: error: unknown argument: '-fno-integrated-as' > make[1]: *** [multiboot.o] Error 1 > make: *** [romsubdir-optionrom] Error 2 > make: *** Waiting for unfinished jobs.... > > Clang in Travis is: > > clang version 3.4 (tags/RELEASE_34/final) Please try this. It works here for clang 3.9. r~