From efcf59097a9f3acc42498c24705ac1e873883b1b Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Tue, 3 Aug 2004 20:54:19 +0000 Subject: 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. --- 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 6711da5bdbf..fb7a5fd2a35 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 00000000000..15bf4171603 --- /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 15bf4171603..00000000000 --- a/config/mt-linux +++ /dev/null @@ -1 +0,0 @@ -CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE -- cgit v1.2.1