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:
Joerg Sonnenberger 2014-05-19 15:48:46 +00:00
parent daeb25d4e0
commit 5c29582d53
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ typedef union
}s;
} udwords;
#if __LP64__ || defined(__ppc__) || defined(__powerpc__)
#if __LP64__
#define CRT_HAS_128BIT
#endif