mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
add PowerPc64 big endian
This commit is contained in:
parent
baae1690e2
commit
02cec62864
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user