implemented Setup.hs to build boehm cpp libs and install them;
[hs-boehmgc.git] / gc-7.2 / libatomic_ops / src / atomic_ops_sysdeps.S
1 /*
2  * Include the appropriate system-dependent assembly file, if any.
3  * This is used only if the platform supports neither inline assembly
4  * code, nor appropriate compiler intrinsics.
5  */
6
7 #if !defined(__GNUC__) && (defined(sparc) || defined(__sparc))
8 #  include "atomic_ops/sysdeps/sunc/sparc.S"
9 #endif