blob: 696c39af078349e55b9ed573c8d0c339267e6e81 [file] [log] [blame]
/* This file is preprocessed to generate the TargetConfig makefile fragment. We
* use this in order to support using the compiler's built-in defines to
* generate the appropriate configuration parameters.
*/
#ifdef __LP64__
ARCH_LP64 := YES
#endif
#ifdef __LITTLE_ENDIAN__
ENDIAN := little
#else
ENDIAN := big
#endif
#ifdef __LONG_LONG_MAX__
ARCH_HAS_LONGLONG := YES
#endif