diff options
Diffstat (limited to 'sim/iq2000')
-rw-r--r-- | sim/iq2000/ChangeLog | 4 | ||||
-rw-r--r-- | sim/iq2000/Makefile.in | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog index ffb7ab9..71483c1 100644 --- a/sim/iq2000/ChangeLog +++ b/sim/iq2000/ChangeLog @@ -1,5 +1,9 @@ 2021-04-26 Mike Frysinger <vapier@gentoo.org> + * Makefile.in (NL_TARGET): Delete. + +2021-04-26 Mike Frysinger <vapier@gentoo.org> + * configure.ac (SIM_AC_OPTION_HARDWARE): Delete call. * configure: Regenerate. diff --git a/sim/iq2000/Makefile.in b/sim/iq2000/Makefile.in index 6047033..dfa0e67 100644 --- a/sim/iq2000/Makefile.in +++ b/sim/iq2000/Makefile.in @@ -15,9 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# This selects the newlib/libgloss syscall definitions. -NL_TARGET = -DNL_TARGET_iq2000 - ## COMMON_PRE_CONFIG_FRAG IQ2000_OBJS = iq2000.o cpu.o decode.o sem.o model.o mloop.o |