mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-15 00:00:20 +00:00
4f43cffa65
* m?-*pic (LIBCXXFLAGS): Add -fno-implicit-templates.
3 lines
124 B
Plaintext
3 lines
124 B
Plaintext
LIBCFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET) -fPIC
|
|
LIBCXXFLAGS_FOR_TARGET=$(CXXFLAGS_FOR_TARGET) -fPIC -fno-implicit-templates
|