@@ -1073,7 +1073,6 @@ if test "$plugins" != "no" && test $host_bits -eq 64; then
1073
1073
plugins=" no"
1074
1074
else
1075
1075
plugins=yes
1076
- subdirs=" $subdirs contrib/plugins"
1077
1076
fi
1078
1077
fi
1079
1078
@@ -1699,7 +1698,6 @@ LINKS="$LINKS .gdbinit scripts" # scripts needed by relative path in .gdbinit
1699
1698
LINKS=" $LINKS tests/avocado tests/data"
1700
1699
LINKS=" $LINKS tests/qemu-iotests/check tests/qemu-iotests/Makefile"
1701
1700
LINKS=" $LINKS python"
1702
- LINKS=" $LINKS contrib/plugins/Makefile "
1703
1701
for f in $LINKS ; do
1704
1702
if [ -e " $source_path /$f " ]; then
1705
1703
symlink " $source_path /$f " " $f "
@@ -1785,22 +1783,6 @@ if test "$default_targets" = "yes"; then
1785
1783
echo " CONFIG_DEFAULT_TARGETS=y" >> $config_host_mak
1786
1784
fi
1787
1785
1788
- # contrib/plugins configuration
1789
- echo " # Automatically generated by configure - do not modify" > contrib/plugins/$config_host_mak
1790
- echo " SRC_PATH=$source_path /contrib/plugins" >> contrib/plugins/$config_host_mak
1791
- echo " PKG_CONFIG=${pkg_config} " >> contrib/plugins/$config_host_mak
1792
- echo " CC=$cc $CPU_CFLAGS " >> contrib/plugins/$config_host_mak
1793
- echo " CFLAGS=${CFLAGS-$default_cflags } $EXTRA_CFLAGS " >> contrib/plugins/$config_host_mak
1794
- if test " $host_os " = windows; then
1795
- echo " DLLTOOL=$dlltool " >> contrib/plugins/$config_host_mak
1796
- fi
1797
- if test " $host_os " = darwin; then
1798
- echo " CONFIG_DARWIN=y" >> contrib/plugins/$config_host_mak
1799
- fi
1800
- if test " $host_os " = windows; then
1801
- echo " CONFIG_WIN32=y" >> contrib/plugins/$config_host_mak
1802
- fi
1803
-
1804
1786
# tests/tcg configuration
1805
1787
mkdir -p tests/tcg
1806
1788
echo " # Automatically generated by configure - do not modify" > tests/tcg/$config_host_mak
0 commit comments