hw/mips: Explicit the semi-hosting feature is always required
commit9608ba0a1079fe200e348cbe469e245f8267f858
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 1 Jul 2019 11:26:09 +0000 (1 13:26 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 2 Jul 2019 12:17:43 +0000 (2 14:17 +0200)
tree6f65381854b1b2a5344449faac37bf386c7cbab7
parentf79b0a655721f8e4d772063b2af809d190b6dab5
hw/mips: Explicit the semi-hosting feature is always required

Disabling the semi-hosting feature leads to build failure:

    LINK    mips-softmmu/qemu-system-mips
  /usr/bin/ld: target/mips/mips-semi.o: in function `helper_do_semihosting':
  target/mips/mips-semi.c:335: undefined reference to `qemu_semihosting_log_out'
  /usr/bin/ld: target/mips/mips-semi.c:338: undefined reference to `qemu_semihosting_log_out'
  collect2: error: ld returned 1 exit status

Add a comment to avoid this feature to be disabled.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Message-Id: <20190701112612.14758-2-philmd@redhat.com>
default-configs/mips-softmmu-common.mak