Revision c5937220 linux-user/main.c

b/linux-user/main.c
34 34
#endif
35 35

  
36 36
static const char *interp_prefix = CONFIG_QEMU_PREFIX;
37
const char *qemu_uname_release = CONFIG_UNAME_RELEASE;
37 38

  
38 39
#if defined(__i386__) && !defined(CONFIG_STATIC)
39 40
/* Force usage of an ELF interpreter even if it is an ELF shared
......
1514 1515
            }
1515 1516
        } else if (!strcmp(r, "g")) {
1516 1517
            gdbstub_port = atoi(argv[optind++]);
1518
	} else if (!strcmp(r, "r")) {
1519
	    qemu_uname_release = argv[optind++];
1517 1520
        } else 
1518 1521
#ifdef USE_CODE_COPY
1519 1522
        if (!strcmp(r, "no-code-copy")) {

Also available in: Unified diff