diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-03 20:54:19 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-03 20:54:19 +0000 |
commit | 3d6dfe0f317f08dc7afaaa24f39a794d040b43a3 (patch) | |
tree | 70676a7b00f0759740ad837f81d3059f1e82dacf /config/mt-gnu | |
parent | b813574b90438652cf236f9b422f27a8b7eb6c9f (diff) | |
download | binutils-3d6dfe0f317f08dc7afaaa24f39a794d040b43a3.zip binutils-3d6dfe0f317f08dc7afaaa24f39a794d040b43a3.tar.gz binutils-3d6dfe0f317f08dc7afaaa24f39a794d040b43a3.tar.bz2 |
ChangeLog:
2004-08-01 Robert Millan <robertmh@gnu.org>
* 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 <robertmh@gnu.org>
* mt-linux: Rename to ...
* mt-gnu: ... this.
Diffstat (limited to 'config/mt-gnu')
-rw-r--r-- | config/mt-gnu | 1 |
1 files changed, 1 insertions, 0 deletions
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 |