From 5295724cdc94a09713b021728b02163dad128e9e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 8 Jan 2016 20:27:46 -0500 Subject: sim: stop configuring common subdir Now that cconfig.h doesn't exist, there's no need to build in the common subdir anymore. We leave the configure/Makefile files in there as there is a helper for developers to generate the nltvals.def file. Once that gets cleaned up in the future though, we can drop the build logic too. --- sim/configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'sim/configure.ac') diff --git a/sim/configure.ac b/sim/configure.ac index 39f9c6e..22db00f 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -43,9 +43,6 @@ m4_define([SIM_ARCH], [ if test "${enable_sim}" != no; then sinclude(configure.tgt) AC_CONFIG_SUBDIRS(testsuite) - if test "$sim_common" = yes; then - AC_CONFIG_SUBDIRS(common) - fi if test "$sim_igen" = yes; then AC_CONFIG_SUBDIRS(igen) fi -- cgit v1.1