forked from OSchip/llvm-project
Revert use of 128bit support on 32bit PPC, it breaks build at least with
GCC and that doesn't expose any *ti* functions either. llvm-svn: 209133
This commit is contained in:
parent
daeb25d4e0
commit
5c29582d53
|
@ -56,7 +56,7 @@ typedef union
|
|||
}s;
|
||||
} udwords;
|
||||
|
||||
#if __LP64__ || defined(__ppc__) || defined(__powerpc__)
|
||||
#if __LP64__
|
||||
#define CRT_HAS_128BIT
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue