1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

prettification of package names and fix compile bug on OSX/ppc

This commit is contained in:
Vladislav Vaintroub
2010-01-28 11:09:05 +01:00
parent eb81868421
commit 9cabc9fd8a
6 changed files with 134 additions and 53 deletions

View File

@@ -105,7 +105,7 @@
warning: 'transparent_union' attribute ignored
*/
#if defined(__GNUC__) && !defined(__cplusplus) && \
! (defined(__APPLE__) && defined(_ARCH_PPC64))
! (defined(__APPLE__) && (defined(_ARCH_PPC64) ||defined (_ARCH_PPC)))
/*
we want to be able to use my_atomic_xxx functions with
both signed and unsigned integers. But gcc will issue a warning