From 99d8e879938c947588332a9cc579d378ccc2a855 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 10 Jan 2016 03:50:08 -0500 Subject: sim: drop targ-vals.def->nltvals.def indirection We don't have alternative nltvals.def files, so always symlinking the targ-vals.def file to it doesn't gain us anything. It does make the build more complicated though and a pain to convert to something newer (like automake). Drop the symlinking entirely. In the future, we'll want to explode this file anyways into the respective arch dirs so things can be selected dynamically at runtime, so it's not like we'll be bringing this back. --- sim/frv/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sim/frv/ChangeLog') diff --git a/sim/frv/ChangeLog b/sim/frv/ChangeLog index 598dc52..ab37d0a 100644 --- a/sim/frv/ChangeLog +++ b/sim/frv/ChangeLog @@ -10,6 +10,10 @@ * configure: Regenerate. +2016-01-10 Mike Frysinger + + * configure: Regenerate. + 2016-01-09 Mike Frysinger * config.in, configure: Regenerate. -- cgit v1.1