From d2c66b838638a64dcb344648f6f91885367d3eed Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Mon, 27 Apr 2020 20:44:11 +0800 Subject: [PATCH] cleanup qemu/configure --- qemu/configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qemu/configure b/qemu/configure index 5eab6e30..e6522af8 100755 --- a/qemu/configure +++ b/qemu/configure @@ -1216,11 +1216,6 @@ echo "CFLAGS=$CFLAGS" >> $config_host_mak echo "CFLAGS_NOPIE=$CFLAGS_NOPIE" >> $config_host_mak echo "QEMU_CFLAGS=$QEMU_CFLAGS" >> $config_host_mak echo "QEMU_INCLUDES=$QEMU_INCLUDES" >> $config_host_mak -if test "$cross_prefix" != ""; then - echo "AUTOCONF_HOST := --host=${cross_prefix%-}" >> $config_host_mak -else - echo "AUTOCONF_HOST := " >> $config_host_mak -fi echo "LDFLAGS=$LDFLAGS" >> $config_host_mak echo "LDFLAGS_NOPIE=$LDFLAGS_NOPIE" >> $config_host_mak echo "LIBS+=$LIBS" >> $config_host_mak