Peter Grehan wrote:
  Attempt to fix compiling problem.


 Not quite there, you need to add:

<       (void) atomic_cmpset_32(p, old, new);
---
 >       (void) atomic_cmpset_32((volatile uint32_t *)p, old, new);

I'm waiting for PR amd64/102996 to be fixed before putting powerpc into the universe target since 64-bit build hosts don't currently work :( That should help resolve some of these type of issues.

David O'Brien, did you have any objection to the proposed solution in amd64/102996 ??

later,

Peter.



Yes, it will be very helpful if we can cross-compile powerpc binary on
AMD64.

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to