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/ChangeLog | |
parent | sim: drop common/cconfig.h in favor of a single config.h (diff) | |
download | binutils-gdb-5295724cdc94a09713b021728b02163dad128e9e.tar.gz binutils-gdb-5295724cdc94a09713b021728b02163dad128e9e.tar.bz2 binutils-gdb-5295724cdc94a09713b021728b02163dad128e9e.zip |
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/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 93a6ee7c6c4..30eee38ba57 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,5 +1,12 @@ 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> |