mirror of
https://github.com/corda/corda.git
synced 2025-01-09 06:23:04 +00:00
define LD and LX unconditionally for __x86_64__ since they should be the same for Windows and POSIX
This commit is contained in:
parent
8ac06d8a47
commit
a8b333fdc6
@ -44,14 +44,12 @@
|
|||||||
# define ULD "u"
|
# define ULD "u"
|
||||||
# endif
|
# endif
|
||||||
#elif defined __x86_64__
|
#elif defined __x86_64__
|
||||||
|
# define LD "ld"
|
||||||
|
# define LX "lx"
|
||||||
# ifdef __MINGW32__
|
# ifdef __MINGW32__
|
||||||
# define LD "I64d"
|
|
||||||
# define LX "I64x"
|
|
||||||
# define LLD "I64d"
|
# define LLD "I64d"
|
||||||
# define ULD "I64x"
|
# define ULD "I64x"
|
||||||
# else
|
# else
|
||||||
# define LD "ld"
|
|
||||||
# define LX "lx"
|
|
||||||
# define LLD "ld"
|
# define LLD "ld"
|
||||||
# define ULD "lu"
|
# define ULD "lu"
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user