]> git.proxmox.com Git - mirror_qemu.git/commit
Fix bsd-user build errors after 8642c1b81e0418df066a7960a7426d85a923a253
authorSean Bruno <sbruno@freebsd.org>
Fri, 29 Jul 2016 16:02:35 +0000 (10:02 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 1 Aug 2016 13:30:31 +0000 (14:30 +0100)
commitded554cdb4ad5098083fe260899193b203780c85
tree9df9a4c3fc79723a9b852a14bfe53096a55dd8f7
parent69d490079f82f5ffe31fff426aaa580d5fec5fb7
Fix bsd-user build errors after 8642c1b81e0418df066a7960a7426d85a923a253

  LINK  sparc-bsd-user/qemu-sparc
bsd-user/main.o: In function `cpu_loop':
/home/sbruno/bsd/qemu/bsd-user/main.c:515: undefined reference to `cpu_sparc_exec'
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [Makefile:197: qemu-sparc] Error 1
gmake: *** [Makefile:204: subdir-sparc-bsd-user] Error 2

  LINK  i386-bsd-user/qemu-i386
bsd-user/main.o: In function `cpu_loop':
/home/sbruno/bsd/qemu/bsd-user/main.c:174: undefined reference to `cpu_x86_exec'
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [Makefile:197: qemu-i386] Error 1
gmake: *** [Makefile:204: subdir-i386-bsd-user] Error 2

Signed-off-by: Sean Bruno <sbruno@freebsd.org>
Message-id: 20160729160235.64525-1-sbruno@freebsd.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
bsd-user/main.c