8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

add PowerPc64 big endian

This commit is contained in:
mapopa 2014-11-12 17:00:44 +00:00
parent baae1690e2
commit 02cec62864

View File

@ -196,7 +196,9 @@
#define FB_CPU CpuPowerPc64el
#endif /* PPC64EL */
#ifdef PPC64
#define FB_CPU CpuPowerPc64
#endif /* PPC64 */
#endif /* LINUX */
@ -990,4 +992,3 @@ inline FB_SIZE_T fb_strlen(const char* str)
#endif /* COMMON_COMMON_H */