Re: [PATCH] Stop including inline assembly .il file for Solaris Studio builds

2013-11-13 Thread Keith Packard
Alan Coopersmith alan.coopersm...@oracle.com writes: Since all the inb/outb/etc. use in the X server itself (except for xf86SlowBcopy) has been replaced by calls to libpciaccess, we no longer need to pass inline assembly files to replace the gcc inline assembly from

Re: [PATCH] Stop including inline assembly .il file for Solaris Studio builds

2013-11-13 Thread Keith Packard
Alan Coopersmith alan.coopersm...@oracle.com writes: My test is mainly that I stop getting build failures from parallel builds due to the race between building the .il file and passing it to the compiler to include in the build, and it's been successful at that in my testing. Merged.

[PATCH] Stop including inline assembly .il file for Solaris Studio builds

2013-11-12 Thread Alan Coopersmith
Since all the inb/outb/etc. use in the X server itself (except for xf86SlowBcopy) has been replaced by calls to libpciaccess, we no longer need to pass inline assembly files to replace the gcc inline assembly from hw/xfree86/common/compiler.h when building Xorg itself. The .il files are still