Magellan Linux

Contents of /trunk/mkinitrd-magellan/klibc/usr/include/arch/arm/klibc/archconfig.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1297 - (show annotations) (download)
Fri May 27 15:12:11 2011 UTC (12 years, 11 months ago) by niro
File MIME type: text/plain
File size: 428 byte(s)
-updated to klibc-1.5.22 with mntproc definitions patch included
1 /*
2 * include/arch/arm/klibc/archconfig.h
3 *
4 * See include/klibc/sysconfig.h for the options that can be set in
5 * this file.
6 *
7 */
8
9 #ifndef _KLIBC_ARCHCONFIG_H
10 #define _KLIBC_ARCHCONFIG_H
11
12 /* newer arm arch support bx instruction */
13 #if (!defined(__ARM_ARCH_2__) && !defined(__ARM_ARCH_3__) \
14 && !defined(__ARM_ARCH_3M__) && !defined(__ARM_ARCH_4__))
15 # define _KLIBC_ARM_USE_BX 1
16 #endif
17
18 #endif /* _KLIBC_ARCHCONFIG_H */