mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 15:24:07 +08:00
13fec84826
* mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE. From-SVN: r21648
3 lines
128 B
Plaintext
3 lines
128 B
Plaintext
# When using glibc 2 on Linux we must always use vtable thunks.
|
|
CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -fvtable-thunks -D_GNU_SOURCE
|