mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Remove configure support for endianness checking, the need for which
Chris has helpfully expunged. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10873 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -8,12 +8,6 @@
|
||||
/* Define to 1 if using `alloca.c'. */
|
||||
#undef C_ALLOCA
|
||||
|
||||
/* Define if the machine is Big-Endian */
|
||||
#undef ENDIAN_BIG
|
||||
|
||||
/* Define if the machine is Little-Endian */
|
||||
#undef ENDIAN_LITTLE
|
||||
|
||||
/* Define to 1 if you have `alloca', as a function or macro. */
|
||||
#undef HAVE_ALLOCA
|
||||
|
||||
|
||||
@@ -8,12 +8,6 @@
|
||||
/* Define to 1 if using `alloca.c'. */
|
||||
#undef C_ALLOCA
|
||||
|
||||
/* Define if the machine is Big-Endian */
|
||||
#undef ENDIAN_BIG
|
||||
|
||||
/* Define if the machine is Little-Endian */
|
||||
#undef ENDIAN_LITTLE
|
||||
|
||||
/* Define to 1 if you have `alloca', as a function or macro. */
|
||||
#undef HAVE_ALLOCA
|
||||
|
||||
|
||||
Reference in New Issue
Block a user