From ce39bd389039d99458950b072550ab52f0a07a34 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 9 Jan 2016 04:09:35 -0500 Subject: sim: move many common settings from CPPFLAGS to config.h Rather than stuffing the command line with a bunch of -D flags, start moving things to config.h which is managed by autoheader. This makes the makefile a bit simpler and the build output tighter, and it makes the migration to automake easier as there are fewer vars to juggle. We'll want to move the other options out too, but it'll take more work. --- sim/microblaze/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sim/microblaze/ChangeLog') diff --git a/sim/microblaze/ChangeLog b/sim/microblaze/ChangeLog index aedefcb..67de9f4 100644 --- a/sim/microblaze/ChangeLog +++ b/sim/microblaze/ChangeLog @@ -1,5 +1,9 @@ 2016-01-10 Mike Frysinger + * config.in, configure: Regenerate. + +2016-01-10 Mike Frysinger + * configure: Regenerate. 2016-01-10 Mike Frysinger -- cgit v1.1