Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1296 by niro, Sat Sep 1 22:45:15 2007 UTC revision 1297 by niro, Fri May 27 15:12:11 2011 UTC
# Line 9  Line 9 
9  #ifndef _KLIBC_ARCHCONFIG_H  #ifndef _KLIBC_ARCHCONFIG_H
10  #define _KLIBC_ARCHCONFIG_H  #define _KLIBC_ARCHCONFIG_H
11    
12  /* All defaults */  /* 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 */  #endif /* _KLIBC_ARCHCONFIG_H */

Legend:
Removed from v.1296  
changed lines
  Added in v.1297