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.
2016-01-09 Mike Frysinger <vapier@gentoo.org>
+ * configure.ac: Delete sim_common check and the
+ AC_CONFIG_SUBDIRS(common) call.
+ * configure: Regenerate.
+ * configure.tgt (sim_common): Delete the variable.
+
+2016-01-09 Mike Frysinger <vapier@gentoo.org>
+
* .gitignore: Delete /common/cconfig.h entry.
2016-01-05 Nick Clifton <nickc@redhat.com>
ft32
v850
testsuite
-common
igen'
# Initialize some variables set by options.
-sim_common=yes
sim_igen=no
sim_arch=
case "${target}" in
sim_igen=yes
;;
- *)
- # No simulator subdir, so the subdir "common" isn't needed.
- sim_common=no
- ;;
esac
subdirs="$subdirs testsuite"
- if test "$sim_common" = yes; then
- subdirs="$subdirs common"
-
- fi
if test "$sim_igen" = yes; then
subdirs="$subdirs igen"
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
dnl glue to avoid code duplication at top level
m4_ifndef([SIM_ARCH], [AC_DEFUN([SIM_ARCH],[sim_arch=$1])])
-sim_common=yes
sim_igen=no
sim_arch=
case "${target}" in
SIM_ARCH(v850)
sim_igen=yes
;;
- *)
- # No simulator subdir, so the subdir "common" isn't needed.
- sim_common=no
- ;;
esac
AC_SUBST(sim_arch)