Revision 067d9831

b/linux-user/cpu-uname.c
30 30
 * return here */
31 31
const char *cpu_to_uname_machine(void *cpu_env)
32 32
{
33
#ifdef TARGET_ARM
33
#if defined(TARGET_ARM) && !defined(TARGET_AARCH64)
34

  
34 35
    /* utsname machine name on linux arm is CPU arch name + endianness, e.g.
35 36
     * armv7l; to get a list of CPU arch names from the linux source, use:
36 37
     *     grep arch_name: -A1 linux/arch/arm/mm/proc-*.S

Also available in: Unified diff