From 98a5bb3b0e2d9d0337c6ebc449613bc31c75a14e Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Tue, 3 Aug 2004 20:48:48 +0000 Subject: configure.in: Turn mt-linux into mt-gnu. ChangeLog: 2004-08-01 Robert Millan * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable libmudflap for all GNU-based systems (with Glibc). * configure: Regenerate. config/ChangeLog: 2004-08-01 Robert Millan * mt-linux: Rename to ... * mt-gnu: ... this. libffi/ChangeLog: 2004-08-01 Robert Millan * configure.ac: Detect knetbsd-gnu and kfreebsd-gnu. * configure: Regenerate. From-SVN: r85501 --- config/ChangeLog | 5 +++++ config/mt-gnu | 1 + config/mt-linux | 1 - 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 config/mt-gnu delete mode 100644 config/mt-linux (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index 6711da5..fb7a5fd 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2004-08-01 Robert Millan + + * mt-linux: Rename to ... + * mt-gnu: ... this. + 2004-06-09 Paolo Bonzini * acx.m4 (ACX_PROG_LN): From gcc, modified to diff --git a/config/mt-gnu b/config/mt-gnu new file mode 100644 index 0000000..15bf417 --- /dev/null +++ b/config/mt-gnu @@ -0,0 +1 @@ +CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE diff --git a/config/mt-linux b/config/mt-linux deleted file mode 100644 index 15bf417..0000000 --- a/config/mt-linux +++ /dev/null @@ -1 +0,0 @@ -CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE -- cgit v1.1