From bdccbad1c7da40d80f976858582574eb3c76dd40 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 4 Nov 2009 12:10:24 -0800 Subject: Build configuration via configure script, with cross compiling support. (Tested by cross-compiling txr on an x86 GNU/Linux system to run on a MIPS-based GNU/Linux system). --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f521fd61..4710cc7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2009-10-22 Kaz Kylheku + + Build configuration via configure script, with cross compiling support. + (Tested by cross-compiling txr on an x86 GNU/Linux system + to run on a MIPS-based GNU/Linux system). + + * configure: New script. + * Makefile: (OPT_FLAGS, LANG_FLAGS, DIAG_FLAGS, DBG_FLAGS, + LEX_DBG_FLAGS, TXR_DBG_OPTS, LEXLIB): Variables removed; + these are now generated in config.make by configure. + (config.make): New target to print friendlier diagnostic if + the build is not configured. + (distclean): New target to do clean, plus remove config.make. + 2009-10-22 Kaz Kylheku * parser.l (YY_INPUT): Kill tabs with spaces (how did they sneak in?). -- cgit v1.2.3