config/debug/strace.in
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Tue Feb 05 12:29:52 2013 +0100 (2013-02-05)
changeset 3183 4e8bfe85da61
parent 3142 6569f6a9060c
child 3255 4f3536b12be5
permissions -rw-r--r--
samples: add arm-cortexa9_neon-linux-gnueabihf

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
[yann.morin.1998@free.fr: make it a defconfig with pinned versions]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <bdf1fde968aee8d0cd95.1360063830@advdt005-ubuntu>
Patchwork-Id: 218239
     1 # strace
     2 
     3 ## depends on ! BACKEND
     4 
     5 choice
     6     bool
     7     prompt "strace version"
     8 # Don't remove next line
     9 # CT_INSERT_VERSION_BELOW
    10 
    11 config STRACE_V_4_6
    12     bool
    13     prompt "4.6"
    14     depends on CONFIGURE_has_xz
    15 
    16 config STRACE_V_4_5_20
    17     bool
    18     prompt "4.5.20"
    19 
    20 config STRACE_V_4_5_19
    21     bool
    22     prompt "4.5.19"
    23 
    24 config STRACE_V_4_5_18
    25     bool
    26     prompt "4.5.18"
    27 
    28 endchoice
    29 
    30 config STRACE_VERSION
    31     string
    32 # Don't remove next line
    33 # CT_INSERT_VERSION_STRING_BELOW
    34     default "4.6" if STRACE_V_4_6
    35     default "4.5.20" if STRACE_V_4_5_20
    36     default "4.5.19" if STRACE_V_4_5_19
    37     default "4.5.18" if STRACE_V_4_5_18