--- trunk/mkinitrd-magellan/klibc/usr/include/klibc/sysconfig.h 2011/05/27 14:42:36 1296 +++ trunk/mkinitrd-magellan/klibc/usr/include/klibc/sysconfig.h 2011/05/27 15:12:11 1297 @@ -169,7 +169,7 @@ * * mips has it's own definition of statfs, which is * different from any other 32 bit arch. - */ + */ #ifndef _KLIBC_STATFS_F_TYPE_32B # define _KLIBC_STATFS_F_TYPE_32B 0 #endif @@ -196,4 +196,13 @@ # define _KLIBC_SYS_SOCKETCALL 0 #endif +/* + * _KLIBC_ARM_USE_BX + * + * This arm architecture supports bx instruction. + */ +#ifndef _KLIBC_ARM_USE_BX +# define _KLIBC_ARM_USE_BX 0 +#endif + #endif /* _KLIBC_SYSCONFIG_H */