mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-14 14:24:05 +00:00
Remove the test for endianness in configure.ac and regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198825 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -451,9 +451,6 @@ fi
|
|||||||
|
|
||||||
AC_SUBST(HOST_ARCH,$host_arch)
|
AC_SUBST(HOST_ARCH,$host_arch)
|
||||||
|
|
||||||
dnl Check for the endianness of the target
|
|
||||||
AC_C_BIGENDIAN(AC_SUBST([ENDIAN],[big]),AC_SUBST([ENDIAN],[little]))
|
|
||||||
|
|
||||||
dnl Check for build platform executable suffix if we're cross-compiling
|
dnl Check for build platform executable suffix if we're cross-compiling
|
||||||
if test "$cross_compiling" = yes; then
|
if test "$cross_compiling" = yes; then
|
||||||
AC_SUBST(LLVM_CROSS_COMPILING, [1])
|
AC_SUBST(LLVM_CROSS_COMPILING, [1])
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
#ifndef CONFIG_H
|
#ifndef CONFIG_H
|
||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
|
|
||||||
/* Define if building universal (internal helper macro) */
|
|
||||||
#undef AC_APPLE_UNIVERSAL_BUILD
|
|
||||||
|
|
||||||
/* Bug report URL. */
|
/* Bug report URL. */
|
||||||
#undef BUG_REPORT_URL
|
#undef BUG_REPORT_URL
|
||||||
|
|
||||||
@ -673,9 +670,6 @@
|
|||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#undef PACKAGE_TARNAME
|
#undef PACKAGE_TARNAME
|
||||||
|
|
||||||
/* Define to the home page for this package. */
|
|
||||||
#undef PACKAGE_URL
|
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#undef PACKAGE_VERSION
|
#undef PACKAGE_VERSION
|
||||||
|
|
||||||
@ -700,18 +694,6 @@
|
|||||||
/* Type of 1st arg on ELM Callback */
|
/* Type of 1st arg on ELM Callback */
|
||||||
#undef WIN32_ELMCB_PCSTR
|
#undef WIN32_ELMCB_PCSTR
|
||||||
|
|
||||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
|
||||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
|
||||||
#if defined AC_APPLE_UNIVERSAL_BUILD
|
|
||||||
# if defined __BIG_ENDIAN__
|
|
||||||
# define WORDS_BIGENDIAN 1
|
|
||||||
# endif
|
|
||||||
#else
|
|
||||||
# ifndef WORDS_BIGENDIAN
|
|
||||||
# undef WORDS_BIGENDIAN
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Define to empty if `const' does not conform to ANSI C. */
|
/* Define to empty if `const' does not conform to ANSI C. */
|
||||||
#undef const
|
#undef const
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user