summaryrefslogtreecommitdiffstats
path: root/usr/include/arch/arm/klibc/archconfig.h
blob: 36e9ab56eafae83dc6572c63a4b06212af0215ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * include/arch/arm/klibc/archconfig.h
 *
 * See include/klibc/sysconfig.h for the options that can be set in
 * this file.
 *
 */

#ifndef _KLIBC_ARCHCONFIG_H
#define _KLIBC_ARCHCONFIG_H

/* newer arm arch support bx instruction */
#if (!defined(__ARM_ARCH_2__) && !defined(__ARM_ARCH_3__) \
	&& !defined(__ARM_ARCH_3M__) && !defined(__ARM_ARCH_4__))
# define _KLIBC_ARM_USE_BX 1
#endif

#endif				/* _KLIBC_ARCHCONFIG_H */