diff options
author | Robert Millan <robertmh@gnu.org> | 2004-08-03 20:48:48 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-03 20:48:48 +0000 |
commit | 98a5bb3b0e2d9d0337c6ebc449613bc31c75a14e (patch) | |
tree | 9fff97d6fd6e82bdd2d6b2f2d34682c6d3d2eb3a /config/mt-gnu | |
parent | 4d4473645282ded9c162611b8a658ad34671c824 (diff) | |
download | gcc-98a5bb3b0e2d9d0337c6ebc449613bc31c75a14e.tar.gz |
configure.in: Turn mt-linux into mt-gnu.
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.
libffi/ChangeLog:
2004-08-01 Robert Millan <robertmh@gnu.org>
* configure.ac: Detect knetbsd-gnu and kfreebsd-gnu.
* configure: Regenerate.
From-SVN: r85501
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 00000000000..15bf4171603 --- /dev/null +++ b/config/mt-gnu @@ -0,0 +1 @@ +CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE |