diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-09 23:17:03 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-09 23:17:03 +0000 |
commit | d11072291449783d2c32303f162620257f1f4f57 (patch) | |
tree | bd99f20715734d91a20eddcc2b1a8f1487665994 /config/mt-linux | |
parent | 1ff3551e5028ac8c4fb7203262daeb30aed2141f (diff) | |
download | ppe42-gcc-d11072291449783d2c32303f162620257f1f4f57.tar.gz ppe42-gcc-d11072291449783d2c32303f162620257f1f4f57.zip |
* mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21648 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/mt-linux')
-rw-r--r-- | config/mt-linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mt-linux b/config/mt-linux index e3f15eaa8f5..a09e6f18af5 100644 --- a/config/mt-linux +++ b/config/mt-linux @@ -1,2 +1,2 @@ # When using glibc 2 on Linux we must always use vtable thunks. -CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -fvtable-thunks +CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -fvtable-thunks -D_GNU_SOURCE |