mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
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
|