~ubuntu-branches/ubuntu/natty/qemu-linaro/natty

« back to all changes in this revision

Viewing changes to qemu-config.c

  • Committer: Package Import Robot
  • Author(s): Steve Langasek, Loïc Minier, Steve Langasek
  • Date: 2011-03-07 22:55:03 UTC
  • Revision ID: package-import@ubuntu.com-20110307225503-3opjapw0ksg7glo6
[ Loïc Minier ]
* Also pass -fno-var-tracking on armhf.

[ Steve Langasek ]
* New upstream release.
* Build with -marm on armel/armhf; Peter Maydell reports that building for
  Thumb-2 gives an emulator that doesn't work.
* Add support for cross-compiling the package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
        },{
147
147
            .name = "signal",
148
148
            .type = QEMU_OPT_BOOL,
 
149
        },{
 
150
            .name = "name",
 
151
            .type = QEMU_OPT_STRING,
 
152
        },{
 
153
            .name = "debug",
 
154
            .type = QEMU_OPT_NUMBER,
149
155
        },
150
156
        { /* end of list */ }
151
157
    },