diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-08 20:27:46 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-09 03:52:30 -0500 |
commit | 5295724cdc94a09713b021728b02163dad128e9e (patch) | |
tree | 62925999cfa4bd04854e77673504442db2340cf6 /sim/configure | |
parent | 936df7568a0e47547285a0dd57b81643264fef38 (diff) | |
download | binutils-5295724cdc94a09713b021728b02163dad128e9e.zip binutils-5295724cdc94a09713b021728b02163dad128e9e.tar.gz binutils-5295724cdc94a09713b021728b02163dad128e9e.tar.bz2 |
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.
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sim/configure b/sim/configure index 3447321..2729e69 100755 --- a/sim/configure +++ b/sim/configure @@ -663,7 +663,6 @@ ppc ft32 v850 testsuite -common igen' # Initialize some variables set by options. @@ -3622,7 +3621,6 @@ if test "${enable_sim}" != no; then -sim_common=yes sim_igen=no sim_arch= case "${target}" in @@ -3827,19 +3825,11 @@ subdirs="$subdirs aarch64" 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" |