diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-28 00:31:57 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-28 13:24:00 -0500 |
commit | 1e42d01772d6b3faf74e622e318eada133e3c695 (patch) | |
tree | 547c95a8249a0253a5bb9e3f93ee89fcccb653f7 /sim/.gitignore | |
parent | 6cbb891faa7c5c9f8c4d7bc2d816b0c7863ff4ea (diff) | |
download | fsf-binutils-gdb-1e42d01772d6b3faf74e622e318eada133e3c695.zip fsf-binutils-gdb-1e42d01772d6b3faf74e622e318eada133e3c695.tar.gz fsf-binutils-gdb-1e42d01772d6b3faf74e622e318eada133e3c695.tar.bz2 |
sim: drop unused gentmap & nltvals.def logic
Now that all ports have switched to target-newlib-* files, there's
no need for these files & generating things at build time. So punt
the logic and make target-newlib-syscall a hard requirement.
Diffstat (limited to 'sim/.gitignore')
-rw-r--r-- | sim/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/.gitignore b/sim/.gitignore index 0ba781c..bcccc02 100644 --- a/sim/.gitignore +++ b/sim/.gitignore @@ -1,7 +1,5 @@ ChangeLog -/*/gentmap /*/run /*/hw-config.h -/*/targ-* /*/version.c |